diff options
author | Seth Chaiklin <sdc.blanco@youmail.dk> | 2020-01-23 23:42:08 +0100 |
---|---|---|
committer | Heiko Tietze <heiko.tietze@documentfoundation.org> | 2020-01-27 17:01:35 +0100 |
commit | 2be03a8e8159165d6a2f911d0c94f55b3d9e41d4 (patch) | |
tree | 8d0fff7a37ddab235c5e39c8f6856c93ec1e1254 /sw/uiconfig | |
parent | 3f362beeda762e2b122ca9c3978852ef162cc046 (diff) |
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@documentfoundation.org>
Diffstat (limited to 'sw/uiconfig')
-rw-r--r-- | sw/uiconfig/swriter/ui/assignstylesdialog.ui | 2 |
1 files changed, 2 insertions, 0 deletions
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> |