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>
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
index 34cdc64..71095e8 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 185cfe6..d3056a3 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>