diff options
author | Seth Chaiklin <sdc.blanco@youmail.dk> | 2023-02-16 00:22:32 +0000 |
---|---|---|
committer | Seth Chaiklin <sdc.blanco@youmail.dk> | 2023-02-16 23:52:32 +0000 |
commit | 620bad283446c635febcdf0b4b1c60f17c2abdf8 (patch) | |
tree | e49cb7c26ec1653288ad9b8929a79a0e92851f2f /sw/uiconfig/swriter/ui/tocstylespage.ui | |
parent | 14a065a812c8c2176b56b2baaf08ba25a2f9fa60 (diff) |
tdf#153653 add tooltip and correct extended tip for Assign icon
also some adjustments or corrections to existing extended tips
Change-Id: I04f385bb6948131bade3995488aec51b55d9a5a4
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147116
Tested-by: Jenkins
Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
Diffstat (limited to 'sw/uiconfig/swriter/ui/tocstylespage.ui')
-rw-r--r-- | sw/uiconfig/swriter/ui/tocstylespage.ui | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/sw/uiconfig/swriter/ui/tocstylespage.ui b/sw/uiconfig/swriter/ui/tocstylespage.ui index 3f08bdc2f1b1..53b6c8469c0a 100644 --- a/sw/uiconfig/swriter/ui/tocstylespage.ui +++ b/sw/uiconfig/swriter/ui/tocstylespage.ui @@ -111,7 +111,7 @@ </child> <child internal-child="accessible"> <object class="AtkObject" id="levels-atkobject"> - <property name="AtkObject::accessible-description" translatable="yes" context="tocstylespage|extended_tip|levels">Select the index level that you change the formatting of.</property> + <property name="AtkObject::accessible-description" translatable="yes" context="tocstylespage|extended_tip|levels">Select the index level to be assigned.</property> </object> </child> </object> @@ -155,7 +155,7 @@ </child> <child internal-child="accessible"> <object class="AtkObject" id="styles-atkobject"> - <property name="AtkObject::accessible-description" translatable="yes" context="tocstylespage|extended_tip|styles">Select the paragraph style that you want to apply to the selected index level, and then click the Assign (<) button.</property> + <property name="AtkObject::accessible-description" translatable="yes" context="tocstylespage|extended_tip|styles">Select the paragraph style that you want to assign to the selected index level, then click the Assign (<) button.</property> </object> </child> </object> @@ -197,7 +197,7 @@ <property name="use_underline">True</property> <child internal-child="accessible"> <object class="AtkObject" id="edit-atkobject"> - <property name="AtkObject::accessible-description" translatable="yes" context="tocstylespage|extended_tip|edit">Opens the Paragraph Style dialog, where you can modify the selected paragraph style.</property> + <property name="AtkObject::accessible-description" translatable="yes" context="tocstylespage|extended_tip|edit">Open the Paragraph Style dialog for the selected paragraph style.</property> </object> </child> </object> @@ -214,10 +214,11 @@ <property name="halign">center</property> <property name="valign">start</property> <property name="image">image1</property> + <property name="tooltip_text" translatable="yes" context="tocstylespage|assign">Assign</property> <property name="always-show-image">True</property> <child internal-child="accessible"> <object class="AtkObject" id="assign-atkobject"> - <property name="AtkObject::accessible-description" translatable="yes" context="tocstylespage|extended_tip|assign">Formats the selected index level with the selected paragraph style.</property> + <property name="AtkObject::accessible-description" translatable="yes" context="tocstylespage|extended_tip|assign">Assign the selected paragraph style to the selected index level.</property> </object> </child> </object> |