sw/uiconfig/swriter/ui/insertcaption.ui |    9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

New commits:
commit 37bd2d209e9ee3ae773dec728b21910d69d0522b
Author:     Seth Chaiklin <sdc.bla...@youmail.dk>
AuthorDate: Fri Apr 7 10:20:59 2023 +0200
Commit:     Seth Chaiklin <sdc.bla...@youmail.dk>
CommitDate: Fri Apr 7 11:29:49 2023 +0200

    tdf#153242 change tooltip/extended tip from label to GtkEntry box
    
    Change-Id: Ic3692a32bb3f26c4184d315eae2eb8b50dc7e09c
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150134
    Tested-by: Jenkins
    Reviewed-by: Seth Chaiklin <sdc.bla...@youmail.dk>

diff --git a/sw/uiconfig/swriter/ui/insertcaption.ui 
b/sw/uiconfig/swriter/ui/insertcaption.ui
index 33a714086220..5ccf77bcd919 100644
--- a/sw/uiconfig/swriter/ui/insertcaption.ui
+++ b/sw/uiconfig/swriter/ui/insertcaption.ui
@@ -244,12 +244,6 @@
                         <property name="label" translatable="yes" 
context="insertcaption|num_separator">After number:</property>
                         <property name="use_underline">True</property>
                         <property 
name="mnemonic_widget">num_separator_edit</property>
-                        <property name="tooltip-text" translatable="yes" 
context="insertcaption|num_separator|tooltip_text">Enter optional text to 
appear after caption number. “Caption order” (in Options) must be “Numbering 
first”.</property>
-                        <child internal-child="accessible">
-                          <object class="AtkObject" 
id="num_separator-atkobject">
-                            <property name="AtkObject::accessible-description" 
translatable="yes" context="insertcaption|extended_tip|num_separator">Enter 
optional text to appear after the caption number. Only available when 
“Numbering first” is selected for “Caption order” in Options.</property>
-                          </object>
-                        </child>
                       </object>
                       <packing>
                         <property name="left_attach">0</property>
@@ -264,9 +258,10 @@
                         <property name="activates_default">True</property>
                         <property name="text" translatable="yes" 
context="insertcaption|num_separator_edit">. </property>
                         <property name="truncate-multiline">True</property>
+                        <property name="tooltip-text" translatable="yes" 
context="insertcaption|num_separator_edit|tooltip_text">When “Caption order” 
(in Options) is “Numbering first”, enter optional text to appear after caption 
number.</property>
                         <child internal-child="accessible">
                           <object class="AtkObject" 
id="num_separator_edit-atkobject">
-                            <property name="AtkObject::accessible-description" 
translatable="yes" context="insertcaption|extended_tip|num_separator_edit">Type 
the text that you want to appear after the caption number.</property>
+                            <property name="AtkObject::accessible-description" 
translatable="yes" 
context="insertcaption|extended_tip|num_separator_edit">Enter optional text to 
appear after the caption number. Only available when “Numbering first” is 
selected for “Caption order” in Options.</property>
                           </object>
                         </child>
                       </object>

Reply via email to