[Libreoffice-commits] core.git: sw/uiconfig
Seth Chaiklin (via logerrit)
logerrit at kemper.freedesktop.org
Wed Feb 3 19:44:40 UTC 2021
sw/uiconfig/swriter/ui/bulletsandnumbering.ui | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
New commits:
commit 24b11f5a691f4a7ac977de919b4cb0cd4d668a7d
Author: Seth Chaiklin <sdc.blanco at youmail.dk>
AuthorDate: Wed Feb 3 14:17:02 2021 +0100
Commit: Seth Chaiklin <sdc.blanco at youmail.dk>
CommitDate: Wed Feb 3 20:43:56 2021 +0100
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 at youmail.dk>
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>
More information about the Libreoffice-commits
mailing list