diff options
author | Heiko Tietze <tietze.heiko@gmail.com> | 2019-11-25 16:24:57 +0100 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2019-11-26 23:39:09 +0100 |
commit | 36eb42eceac26470b9d660ff9dcb105a43d688b5 (patch) | |
tree | 6ad8247fa3dac7541efdedee4bb05a8042bffcb2 /officecfg | |
parent | 84b6c7563d9561efeb375e33dcf7ff20c4eabfc8 (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>
(cherry picked from commit f8a5377c9ec208adac5eb394c0c2920dbb764bd0)
Reviewed-on: https://gerrit.libreoffice.org/83806
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
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 34cdc64758af..71095e856e49 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu @@ -5013,10 +5013,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> |