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

heiko tietze tietze.heiko at gmail.com
Thu Feb 8 23:17:50 UTC 2018


 officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 7f8936e7db018664d6074caa9bd6a82972cb4923
Author: heiko tietze <tietze.heiko at gmail.com>
Date:   Thu Feb 8 10:28:45 2018 +0100

    tdf#115470 - Name of the "Cycle Case" is too long
    
    Long text moved into a tooltip
    
    Change-Id: I981970c6e1fa16397264ea852fcd9bc480a41980
    Reviewed-on: https://gerrit.libreoffice.org/49413
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Maxim Monastirsky <momonasmon at gmail.com>

diff --git a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
index 09e73efd9241..b6bb6b9108eb 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
@@ -2638,11 +2638,11 @@
       </node>
       <node oor:name=".uno:ChangeCaseRotateCase" oor:op="replace">
         <prop oor:name="Label" oor:type="xs:string">
-          <value xml:lang="en-US">Cycle Case (Title Case, UPPERCASE, lowercase)</value>
-        </prop>
-        <prop oor:name="ContextLabel" oor:type="xs:string">
           <value xml:lang="en-US">Cycle Case</value>
         </prop>
+        <prop oor:name="TooltipLabel" oor:type="xs:string">
+          <value xml:lang="en-US">Cycle Case (Title Case, UPPERCASE, lowercase)</value>
+        </prop>
       </node>
       <node oor:name=".uno:ChangeCaseToHalfWidth" oor:op="replace">
         <prop oor:name="Label" oor:type="xs:string">


More information about the Libreoffice-commits mailing list