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

New commits:
commit 07d166a81c4287862180bba33cd6259262260ef1
Author:     Seth Chaiklin <sdc.bla...@youmail.dk>
AuthorDate: Fri Feb 5 11:58:52 2021 +0100
Commit:     Seth Chaiklin <sdc.bla...@youmail.dk>
CommitDate: Mon Feb 8 22:19:19 2021 +0100

    tdf#139724 differentiate / improve labels on two "Outline" .unos
    
        .uno:SetOutline and .uno:OutlineFont refer respectively to selection
        of an Outline format and application of the font outline attribute.
        The patch adjusts, elaborates or expands their labels and tooltips
        to make them more comprehensible in the UI.
    
        Plus a small followup to clean-up adjustment of labels for
        .uno:DefaultBullets and .uno:DefaultNumbering. (tdf#139667)
    
    Change-Id: Ic8951bf338fd699ae57ca52374aaa03fe4c797db
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110436
    Tested-by: Jenkins
    Reviewed-by: Heiko Tietze <heiko.tie...@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 624dbf9818c8..ee5c3fd9e81d 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
@@ -1565,7 +1565,10 @@ bit 3 (0x8): #define 
UICOMMANDDESCRIPTION_PROPERTIES_TOGGLEBUTTON 8
       </node>
       <node oor:name=".uno:OutlineFont" oor:op="replace">
         <prop oor:name="Label" oor:type="xs:string">
-          <value xml:lang="en-US">Outline</value>
+          <value xml:lang="en-US">Outline Font Effect</value>
+        </prop>
+        <prop oor:name="TooltipLabel" oor:type="xs:string">
+          <value xml:lang="en-US">Apply outline attribute to font. Not all 
fonts implement this attribute.</value>
         </prop>
         <prop oor:name="Properties" oor:type="xs:int">
           <value>9</value>
@@ -2617,7 +2620,7 @@ bit 3 (0x8): #define 
UICOMMANDDESCRIPTION_PROPERTIES_TOGGLEBUTTON 8
       </node>
       <node oor:name=".uno:DefaultBullet" oor:op="replace">
         <prop oor:name="Label" oor:type="xs:string">
-          <value xml:lang="en-US">Unordered Lists</value>
+          <value xml:lang="en-US">Unordered List</value>
         </prop>
         <prop oor:name="ContextLabel" oor:type="xs:string">
           <value xml:lang="en-US">~Unordered List</value>
@@ -2631,7 +2634,7 @@ bit 3 (0x8): #define 
UICOMMANDDESCRIPTION_PROPERTIES_TOGGLEBUTTON 8
       </node>
       <node oor:name=".uno:DefaultNumbering" oor:op="replace">
         <prop oor:name="Label" oor:type="xs:string">
-          <value xml:lang="en-US">Numbered Lists</value>
+          <value xml:lang="en-US">Ordered List</value>
         </prop>
         <prop oor:name="ContextLabel" oor:type="xs:string">
           <value xml:lang="en-US">~Ordered List</value>
@@ -2645,13 +2648,13 @@ bit 3 (0x8): #define 
UICOMMANDDESCRIPTION_PROPERTIES_TOGGLEBUTTON 8
       </node>
       <node oor:name=".uno:SetOutline" oor:op="replace">
         <prop oor:name="Label" oor:type="xs:string">
-          <value xml:lang="en-US">Outline</value>
+          <value xml:lang="en-US">Outline Format</value>
         </prop>
         <prop oor:name="ContextLabel" oor:type="xs:string">
-          <value xml:lang="en-US">~Outline List</value>
+          <value xml:lang="en-US">~Outline Format</value>
         </prop>
         <prop oor:name="TooltipLabel" oor:type="xs:string">
-          <value xml:lang="en-US">Set Outline List Style</value>
+          <value xml:lang="en-US">Select Outline Format</value>
         </prop>
         <prop oor:name="Properties" oor:type="xs:int">
           <value>15</value>
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to