[Libreoffice-commits] core.git: sw/uiconfig
Seth Chaiklin (via logerrit)
logerrit at kemper.freedesktop.org
Mon Jan 27 16:02:21 UTC 2020
sw/uiconfig/swriter/ui/assignstylesdialog.ui | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit 2be03a8e8159165d6a2f911d0c94f55b3d9e41d4
Author: Seth Chaiklin <sdc.blanco at youmail.dk>
AuthorDate: Thu Jan 23 23:42:08 2020 +0100
Commit: Heiko Tietze <heiko.tietze at documentfoundation.org>
CommitDate: Mon Jan 27 17:01:35 2020 +0100
tdf#129671 add tooltips to Assign Styles dialog box
There are two radio buttons with arrow images. The labels explain
the meaning of their action. The dialog box is used in two
different contexts (Table of Contents and User-Defined Indexes)
so the tooltips must be generic.
Change-Id: I83761d5bd5511060ca9ee28fbf18d5d9ec8d4807
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87311
Tested-by: Jenkins
Reviewed-by: Heiko Tietze <heiko.tietze at documentfoundation.org>
diff --git a/sw/uiconfig/swriter/ui/assignstylesdialog.ui b/sw/uiconfig/swriter/ui/assignstylesdialog.ui
index 6a95455ab2db..e4199e25443f 100644
--- a/sw/uiconfig/swriter/ui/assignstylesdialog.ui
+++ b/sw/uiconfig/swriter/ui/assignstylesdialog.ui
@@ -201,6 +201,7 @@
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="image">image1</property>
+ <property name="tooltip_text" translatable="yes" context="assignstylesdialog|left|tooltip_text">Promote level</property>
<child internal-child="accessible">
<object class="AtkObject" id="left-atkobject">
<property name="AtkObject::accessible-name" translatable="yes" context="assignstylesdialog|left-atkobject">Left</property>
@@ -219,6 +220,7 @@
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="image">image2</property>
+ <property name="tooltip_text" translatable="yes" context="assignstylesdialog|right|tooltip_text">Demote level</property>
<child internal-child="accessible">
<object class="AtkObject" id="right-atkobject">
<property name="AtkObject::accessible-name" translatable="yes" context="assignstylesdialog|right-atkobject">Right</property>
More information about the Libreoffice-commits
mailing list