diff options
author | Seth Chaiklin <sdc.blanco@youmail.dk> | 2021-02-03 14:17:02 +0100 |
---|---|---|
committer | Seth Chaiklin <sdc.blanco@youmail.dk> | 2021-02-03 20:43:56 +0100 |
commit | 24b11f5a691f4a7ac977de919b4cb0cd4d668a7d (patch) | |
tree | 0ec7b62da5f57de68b3e9bb28daf503f921dab9d /sw/uiconfig/swriter/ui/bulletsandnumbering.ui | |
parent | c4540f86925609a54d473051ceb8dcf46d0e22aa (diff) |
adjust tooltips in Bullets and Numbering dialog
removing the "tooltips_text" from context, which may
have prevented the tooltips showing in the dialog box.
Change-Id: I967914a9c896a5f32492e7a767d73a28c685a139
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110305
Tested-by: Jenkins
Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
Diffstat (limited to 'sw/uiconfig/swriter/ui/bulletsandnumbering.ui')
-rw-r--r-- | sw/uiconfig/swriter/ui/bulletsandnumbering.ui | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sw/uiconfig/swriter/ui/bulletsandnumbering.ui b/sw/uiconfig/swriter/ui/bulletsandnumbering.ui index d1704ed6e1ae..088c2cb4bafa 100644 --- a/sw/uiconfig/swriter/ui/bulletsandnumbering.ui +++ b/sw/uiconfig/swriter/ui/bulletsandnumbering.ui @@ -207,7 +207,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|tooltip_text">Ordered numbering schemes</property> + <property name="tooltip_text" translatable="yes" context="bulletsandnumbering|singlenum">Ordered numbering schemes</property> </object> <packing> <property name="position">1</property> @@ -256,7 +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> + <property name="tooltip_text" translatable="yes" context="bulletsandnumbering|outlinenum">Hierarchical numbering schemes</property> </object> <packing> <property name="position">2</property> @@ -305,7 +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> + <property name="tooltip_text" translatable="yes" context="bulletsandnumbering|graphics">Graphic bullet symbols</property> </object> <packing> <property name="position">3</property> @@ -354,7 +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> + <property name="tooltip_text" translatable="yes" context="bulletsandnumbering|position">Indent, spacing, and alignment options for ordered and unordered lists</property> </object> <packing> <property name="position">4</property> @@ -403,7 +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> + <property name="tooltip_text" translatable="yes" context="bulletsandnumbering|customize">Design your own bullet or numbering scheme</property> </object> <packing> <property name="position">5</property> |