diff options
author | Heiko Tietze <tietze.heiko@gmail.com> | 2019-11-25 16:24:57 +0100 |
---|---|---|
committer | Heiko Tietze <heiko.tietze@documentfoundation.org> | 2019-11-26 17:52:18 +0100 |
commit | f8a5377c9ec208adac5eb394c0c2920dbb764bd0 (patch) | |
tree | f140dc8739953d4e5b1728757eb72f364c0911a9 /officecfg | |
parent | ed4169f2e136c7573eb0520d2fd6404861f491e0 (diff) |
Resolves tdf#129003 - Capitalization of menu entry "Show Tip-Of-The-Day"
Now Tip-of-the-Day
Change-Id: I715d87cdd6b5d9a7d06a218ed8d1922037fea91b
Reviewed-on: https://gerrit.libreoffice.org/83694
Tested-by: Jenkins
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu | 4 | ||||
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Common.xcs | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu index 75a6a98c62a2..08ff909b5db5 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu @@ -5028,10 +5028,10 @@ <value xml:lang="en-US">~Tip of the day</value> </prop> <prop oor:name="ContextLabel" oor:type="xs:string"> - <value xml:lang="en-US">Show Tip-Of-The-Day</value> + <value xml:lang="en-US">Show Tip-of-the-Day</value> </prop> <prop oor:name="TooltipLabel" oor:type="xs:string"> - <value xml:lang="en-US">Show the Tip-Of-The-Day dialog</value> + <value xml:lang="en-US">Show the Tip-of-the-Day dialog</value> </prop> <prop oor:name="Properties" oor:type="xs:int"> <value>1</value> diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs index 185cfe69f26e..d3056a325eba 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs @@ -5532,19 +5532,19 @@ <prop oor:name="ShowTipOfTheDay" oor:type="xs:boolean" oor:nillable="false"> <!-- UIHints: Tools - Options - General --> <info> - <desc>Determines whether the Tip-Of-The-Day dialog is shown on startup.</desc> + <desc>Determines whether the Tip-of-the-Day dialog is shown on startup.</desc> </info> <value>true</value> </prop> <prop oor:name="LastTipOfTheDayShown" oor:type="xs:int" oor:nillable="false"> <info> - <desc>The last time when the Tip-of-the-day dialog was shown.</desc> + <desc>The last time when the Tip-of-the-Day dialog was shown.</desc> </info> <value>-1</value> <!-- +1 every 24h --> </prop> <prop oor:name="LastTipOfTheDayID" oor:type="xs:int" oor:nillable="false"> <info> - <desc>The last shown Tip-of-the-day.</desc> + <desc>The last shown Tip-of-the-Day.</desc> </info> <value>0</value> </prop> |