diff options
author | Seth Chaiklin <sdc.blanco@youmail.dk> | 2021-02-13 10:44:35 +0100 |
---|---|---|
committer | Seth Chaiklin <sdc.blanco@youmail.dk> | 2021-02-18 23:25:02 +0100 |
commit | 77663f16bb5951e7ca96975c06235bf3eb7385f5 (patch) | |
tree | f651d042d36ce03e7b5c17a63f10b0e86fcecab0 /sw | |
parent | 7c08c1d920268c389f784218417ab4554d2781bf (diff) |
tdf#139667 Bullet and Numbering tooltips, use verbs and add missing one
Change-Id: Id5439fb3820db94c08d9902c859da199127fd339
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110791
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
Tested-by: Jenkins
Diffstat (limited to 'sw')
-rw-r--r-- | sw/uiconfig/swriter/ui/bulletsandnumbering.ui | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/sw/uiconfig/swriter/ui/bulletsandnumbering.ui b/sw/uiconfig/swriter/ui/bulletsandnumbering.ui index 088c2cb4bafa..859afd0f36e8 100644 --- a/sw/uiconfig/swriter/ui/bulletsandnumbering.ui +++ b/sw/uiconfig/swriter/ui/bulletsandnumbering.ui @@ -160,6 +160,7 @@ <property name="visible">True</property> <property name="can_focus">False</property> <property name="label" translatable="yes" context="bulletsandnumbering|bullets">Unordered</property> + <property name="tooltip_text" translatable="yes" context="bulletsandnumbering|bullets">Select a bullet type for an unordered list.</property> </object> <packing> <property name="tab_fill">False</property> @@ -207,7 +208,7 @@ <property name="visible">True</property> <property name="can_focus">False</property> <property name="label" translatable="yes" context="bulletsandnumbering|singlenum">Ordered</property> - <property name="tooltip_text" translatable="yes" context="bulletsandnumbering|singlenum">Ordered numbering schemes</property> + <property name="tooltip_text" translatable="yes" context="bulletsandnumbering|singlenum">Select a numbering scheme for an ordered list.</property> </object> <packing> <property name="position">1</property> @@ -256,7 +257,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">Hierarchical numbering schemes</property> + <property name="tooltip_text" translatable="yes" context="bulletsandnumbering|outlinenum">Select an outline format for an ordered list.</property> </object> <packing> <property name="position">2</property> @@ -305,7 +306,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">Graphic bullet symbols</property> + <property name="tooltip_text" translatable="yes" context="bulletsandnumbering|graphics">Select a graphic bullet symbol for an unordered list.</property> </object> <packing> <property name="position">3</property> @@ -354,7 +355,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">Indent, spacing, and alignment options for ordered and unordered lists</property> + <property name="tooltip_text" translatable="yes" context="bulletsandnumbering|position">Modify indent, spacing, and alignment options for ordered and unordered lists.</property> </object> <packing> <property name="position">4</property> @@ -403,7 +404,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">Design your own bullet or numbering scheme</property> + <property name="tooltip_text" translatable="yes" context="bulletsandnumbering|customize">Design your own bullet or numbering scheme.</property> </object> <packing> <property name="position">5</property> |