diff options
author | Seth Chaiklin <sdc.blanco@youmail.dk> | 2022-05-30 16:33:50 +0200 |
---|---|---|
committer | Seth Chaiklin <sdc.blanco@youmail.dk> | 2022-06-01 11:52:32 +0200 |
commit | 5ea5151467b2fb3d9487a178ef6d47436d4154d6 (patch) | |
tree | 1cd237df211b5887a7c7511ecb336ee219345c83 /sw/uiconfig | |
parent | e89e3a8b5a7639f14833d066e8a6c445dca97cc0 (diff) |
tdf#149010 add and improve tooltips to "Previous Link" and "Next Link"
Change-Id: I357eb0dd45c0008ad56a541ad40b1bf3b0f77953
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135071
Tested-by: Jenkins
Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
Diffstat (limited to 'sw/uiconfig')
-rw-r--r-- | sw/uiconfig/swriter/ui/frmaddpage.ui | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sw/uiconfig/swriter/ui/frmaddpage.ui b/sw/uiconfig/swriter/ui/frmaddpage.ui index 3bff62550b9b..be146abd2424 100644 --- a/sw/uiconfig/swriter/ui/frmaddpage.ui +++ b/sw/uiconfig/swriter/ui/frmaddpage.ui @@ -112,7 +112,7 @@ </items> <child internal-child="accessible"> <object class="AtkObject" id="prev-atkobject"> - <property name="AtkObject::accessible-description" translatable="yes" context="frmaddpage|extended_tip|prev">Displays the item (object, graphic, or frame) that comes before the current item in a linked sequence. To add or change the previous link, select a name from the list. If you are linking frames, the current frame and the target frame must be empty.</property> + <property name="AtkObject::accessible-description" translatable="yes" context="frmaddpage|extended_tip|prev">Displays the frame that comes before the current frame in a linked sequence. To add or change the previous link, select a frame from the list. If you are linking frames, the current frame and the target frame must be empty.</property> </object> </child> </object> @@ -131,7 +131,7 @@ </items> <child internal-child="accessible"> <object class="AtkObject" id="next-atkobject"> - <property name="AtkObject::accessible-description" translatable="yes" context="frmaddpage|extended_tip|next">Displays the item (object, graphic, or frame) that comes after the current item in a linked sequence. To add or change the next link, select a name from the list. If you are a linking frames, the target frame must be empty.</property> + <property name="AtkObject::accessible-description" translatable="yes" context="frmaddpage|extended_tip|next">Displays the frame that comes after the current frame in a linked sequence. To add or change the next link, select a frame from the list. If you are linking frames, the target frame must be empty.</property> </object> </child> </object> @@ -145,6 +145,7 @@ <property name="visible">True</property> <property name="can_focus">False</property> <property name="label" translatable="yes" context="frmaddpage|prev_label">_Previous link:</property> + <property name="tooltip_text" translatable="yes" context="frmaddpage|prev_label">Link this frame prior to current frame.</property> <property name="use_underline">True</property> <property name="mnemonic_widget">prev</property> <property name="xalign">0</property> @@ -159,6 +160,7 @@ <property name="visible">True</property> <property name="can_focus">False</property> <property name="label" translatable="yes" context="frmaddpage|next_label">_Next link:</property> + <property name="tooltip_text" translatable="yes" context="frmaddpage|next_label">Link this frame after the current frame.</property> <property name="use_underline">True</property> <property name="mnemonic_widget">next</property> <property name="xalign">0</property> |