[Libreoffice-commits] core.git: sw/uiconfig

Seth Chaiklin (via logerrit) logerrit at kemper.freedesktop.org
Tue Feb 2 09:15:16 UTC 2021


 sw/uiconfig/swriter/ui/bulletsandnumbering.ui |    9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

New commits:
commit cd99fbf15fff51fb1b7febbbc4a333a14900d253
Author:     Seth Chaiklin <sdc.blanco at youmail.dk>
AuthorDate: Tue Jan 26 13:25:58 2021 +0100
Commit:     Seth Chaiklin <sdc.blanco at youmail.dk>
CommitDate: Tue Feb 2 10:14:35 2021 +0100

    tdf#139667 Numbering->Ordered / Bullets->Unordered in dialog + tooltips
    
       * change "Bullets" tab label to "Unordered"
       * change "Numbering" tab label to "Ordered"
       + Add tooltips for "Ordered", "Outline", "Graphic" "Position",
         and "Customize" tabs
    
    Change-Id: I5338180fd659aa10ca70b70e2d6daf2b8894d4af
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109891
    Tested-by: Jenkins
    Reviewed-by: Heiko Tietze <heiko.tietze at documentfoundation.org>

diff --git a/sw/uiconfig/swriter/ui/bulletsandnumbering.ui b/sw/uiconfig/swriter/ui/bulletsandnumbering.ui
index f7d28020e31c..d1704ed6e1ae 100644
--- a/sw/uiconfig/swriter/ui/bulletsandnumbering.ui
+++ b/sw/uiconfig/swriter/ui/bulletsandnumbering.ui
@@ -159,7 +159,7 @@
               <object class="GtkLabel" id="bullets">
                 <property name="visible">True</property>
                 <property name="can_focus">False</property>
-                <property name="label" translatable="yes" context="bulletsandnumbering|bullets">Bullets</property>
+                <property name="label" translatable="yes" context="bulletsandnumbering|bullets">Unordered</property>
               </object>
               <packing>
                 <property name="tab_fill">False</property>
@@ -206,7 +206,8 @@
               <object class="GtkLabel" id="singlenum">
                 <property name="visible">True</property>
                 <property name="can_focus">False</property>
-                <property name="label" translatable="yes" context="bulletsandnumbering|singlenum">Numbering</property>
+                <property name="label" translatable="yes" context="bulletsandnumbering|singlenum">Ordered</property>
+                <property name="tooltip_text" translatable="yes" context="bulletsandnumbering|singlenum|tooltip_text">Ordered numbering schemes</property>
               </object>
               <packing>
                 <property name="position">1</property>
@@ -255,6 +256,7 @@
                 <property name="visible">True</property>
                 <property name="can_focus">False</property>
                 <property name="label" translatable="yes" context="bulletsandnumbering|outlinenum">Outline</property>
+                <property name="tooltip_text" translatable="yes" context="bulletsandnumbering|outlinenum|tooltip_text">Hierarchical numbering schemes</property>
               </object>
               <packing>
                 <property name="position">2</property>
@@ -303,6 +305,7 @@
                 <property name="visible">True</property>
                 <property name="can_focus">False</property>
                 <property name="label" translatable="yes" context="bulletsandnumbering|graphics">Image</property>
+                <property name="tooltip_text" translatable="yes" context="bulletsandnumbering|graphics|tooltip_text">Graphic bullet symbols</property>
               </object>
               <packing>
                 <property name="position">3</property>
@@ -351,6 +354,7 @@
                 <property name="visible">True</property>
                 <property name="can_focus">False</property>
                 <property name="label" translatable="yes" context="bulletsandnumbering|position">Position</property>
+                <property name="tooltip_text" translatable="yes" context="bulletsandnumbering|position|tooltip_text">Indent, spacing, and alignment options for ordered and unordered lists</property>
               </object>
               <packing>
                 <property name="position">4</property>
@@ -399,6 +403,7 @@
                 <property name="visible">True</property>
                 <property name="can_focus">False</property>
                 <property name="label" translatable="yes" context="bulletsandnumbering|customize">Customize</property>
+                <property name="tooltip_text" translatable="yes" context="bulletsandnumbering|customize|tooltip_text">Design your own bullet or numbering scheme</property>
               </object>
               <packing>
                 <property name="position">5</property>


More information about the Libreoffice-commits mailing list