sw/uiconfig/swriter/ui/frmaddpage.ui |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

New commits:
commit 5ea5151467b2fb3d9487a178ef6d47436d4154d6
Author:     Seth Chaiklin <sdc.bla...@youmail.dk>
AuthorDate: Mon May 30 16:33:50 2022 +0200
Commit:     Seth Chaiklin <sdc.bla...@youmail.dk>
CommitDate: Wed Jun 1 11:52:32 2022 +0200

    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.bla...@youmail.dk>

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>

Reply via email to