[Libreoffice-commits] core.git: officecfg/registry

Heiko Tietze (via logerrit) logerrit at kemper.freedesktop.org
Tue Nov 26 16:54:28 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 f8a5377c9ec208adac5eb394c0c2920dbb764bd0
Author:     Heiko Tietze <tietze.heiko at gmail.com>
AuthorDate: Mon Nov 25 16:24:57 2019 +0100
Commit:     Heiko Tietze <heiko.tietze at documentfoundation.org>
CommitDate: Tue Nov 26 17:52:18 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>

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>


More information about the Libreoffice-commits mailing list