diff options
author | Seth Chaiklin <sdc.blanco@youmail.dk> | 2021-01-26 13:25:58 +0100 |
---|---|---|
committer | Seth Chaiklin <sdc.blanco@youmail.dk> | 2021-02-02 10:14:35 +0100 |
commit | cd99fbf15fff51fb1b7febbbc4a333a14900d253 (patch) | |
tree | 97e18622f5d77b55ab8162b0329c20436e116f58 /sw/uiconfig/swriter | |
parent | 1665d9b85282eda60d3cc09c0f74c83ad156d6e5 (diff) |
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@documentfoundation.org>
Diffstat (limited to 'sw/uiconfig/swriter')
-rw-r--r-- | sw/uiconfig/swriter/ui/bulletsandnumbering.ui | 9 |
1 files changed, 7 insertions, 2 deletions
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> |