[Libreoffice-commits] core.git: Branch 'libreoffice-6-4' - officecfg/registry
Heiko Tietze (via logerrit)
logerrit at kemper.freedesktop.org
Tue Nov 26 22:40:12 UTC 2019
officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu | 4 ++--
officecfg/registry/schema/org/openoffice/Office/Common.xcs | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
New commits:
commit 36eb42eceac26470b9d660ff9dcb105a43d688b5
Author: Heiko Tietze <tietze.heiko at gmail.com>
AuthorDate: Mon Nov 25 16:24:57 2019 +0100
Commit: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
CommitDate: Tue Nov 26 23:39:09 2019 +0100
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 at documentfoundation.org>
(cherry picked from commit f8a5377c9ec208adac5eb394c0c2920dbb764bd0)
Reviewed-on: https://gerrit.libreoffice.org/83806
Reviewed-by: Adolfo Jayme Barrientos <fitojb at 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 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>
More information about the Libreoffice-commits
mailing list