diff options
author | Seth Chaiklin <sdc.blanco@youmail.dk> | 2023-02-16 17:02:30 +0000 |
---|---|---|
committer | Seth Chaiklin <sdc.blanco@youmail.dk> | 2023-02-16 23:40:00 +0000 |
commit | 14a065a812c8c2176b56b2baaf08ba25a2f9fa60 (patch) | |
tree | 9fef3c2d2ccfe91f14ead3366f0156babd355a1b /sw/uiconfig | |
parent | 6515f66372afb4d2e3ec57f9c99be4c3ffb2de84 (diff) |
tdf#141869 update extended tip to reflect UI label change
- also add tooltip
- change to correct typography
Change-Id: Ie953f871eb8ed5d6213f8b4de55794837f103492
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147122
Tested-by: Jenkins
Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
Diffstat (limited to 'sw/uiconfig')
-rw-r--r-- | sw/uiconfig/swriter/ui/fldrefpage.ui | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sw/uiconfig/swriter/ui/fldrefpage.ui b/sw/uiconfig/swriter/ui/fldrefpage.ui index e63deb7bea09..78fc930eb6f3 100644 --- a/sw/uiconfig/swriter/ui/fldrefpage.ui +++ b/sw/uiconfig/swriter/ui/fldrefpage.ui @@ -151,6 +151,7 @@ <property name="headers_clickable">False</property> <property name="search_column">0</property> <property name="show_expanders">False</property> + <property name="tooltip_text" translatable="yes" context="fldrefpage|tooltip_text|format">Select format for selected reference field.</property> <child internal-child="selection"> <object class="GtkTreeSelection" id="treeview-selection2"/> </child> @@ -308,7 +309,7 @@ </child> <child internal-child="accessible"> <object class="AtkObject" id="selecttip-atkobject"> - <property name="AtkObject::accessible-description" translatable="yes" context="fldrefpage|extended_tip|selecttip">Lists the available fields for the field type selected in the Type list. To insert a field, click the field, select a format in the "Refer using" list, and then click Insert.</property> + <property name="AtkObject::accessible-description" translatable="yes" context="fldrefpage|extended_tip|selecttip">Lists the available fields for the field type selected in the “Type” list. To insert a field, click the field, select a format in the “Refer using” list, and then click “Insert”.</property> </object> </child> </object> @@ -353,7 +354,7 @@ </child> <child internal-child="accessible"> <object class="AtkObject" id="select-atkobject"> - <property name="AtkObject::accessible-description" translatable="yes" context="fldrefpage|extended_tip|select">Lists the available fields for the field type selected in the Type list. To insert a field, click the field, select a format in the "Insert reference to" list, and then click Insert.</property> + <property name="AtkObject::accessible-description" translatable="yes" context="fldrefpage|extended_tip|select">Lists the available fields for the field type selected in the “Type” list. To insert a field, click the field, select a format in the “Refer using” list, and then click “Insert”.</property> </object> </child> </object> |