sw/uiconfig/swriter/ui/optcaptionpage.ui |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

New commits:
commit e131cd4cde28531e088a16a9eba1b8bc2ed067a1
Author:     Seth Chaiklin <sdc.bla...@youmail.dk>
AuthorDate: Thu Apr 6 15:30:33 2023 +0200
Commit:     Seth Chaiklin <sdc.bla...@youmail.dk>
CommitDate: Thu Apr 6 22:07:55 2023 +0200

    tdf#153242 update labels for "Numbering separator" and "Separator"
    
       These two changes bring AutoCaption in line with the changes made
       to the Insert Caption dialog.
    
       "Numbering separator" -> "After number"
            and tooltip added
       "Separator" -> "After caption"
    
    Change-Id: I60bedf0e4139f9492672071cf9703cf94fcde684
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150082
    Tested-by: Seth Chaiklin <sdc.bla...@youmail.dk>
    Reviewed-by: Seth Chaiklin <sdc.bla...@youmail.dk>

diff --git a/sw/uiconfig/swriter/ui/optcaptionpage.ui 
b/sw/uiconfig/swriter/ui/optcaptionpage.ui
index c6f4fdaf707d..1ab036da9aaf 100644
--- a/sw/uiconfig/swriter/ui/optcaptionpage.ui
+++ b/sw/uiconfig/swriter/ui/optcaptionpage.ui
@@ -85,7 +85,7 @@
                       <object class="GtkLabel" id="numseparatorft">
                         <property name="visible">True</property>
                         <property name="can-focus">False</property>
-                        <property name="label" translatable="yes" 
context="optcaptionpage|numseparatorft">Numbering separator:</property>
+                        <property name="label" translatable="yes" 
context="optcaptionpage|numseparatorft">After number:</property>
                         <property name="use-underline">True</property>
                         <property 
name="mnemonic-widget">numseparator</property>
                         <property name="xalign">0</property>
@@ -99,7 +99,7 @@
                       <object class="GtkLabel" id="separatorft">
                         <property name="visible">True</property>
                         <property name="can-focus">False</property>
-                        <property name="label" translatable="yes" 
context="optcaptionpage|separatorft">Separator:</property>
+                        <property name="label" translatable="yes" 
context="optcaptionpage|separatorft">Before caption:</property>
                         <property name="use-underline">True</property>
                         <property name="mnemonic-widget">separator</property>
                         <property name="xalign">0</property>
@@ -169,6 +169,7 @@
                         <property name="activates-default">True</property>
                         <property name="text" translatable="yes" 
context="optcaptionpage|numseparator">. </property>
                         <property name="truncate-multiline">True</property>
+                        <property name="tooltip-text" translatable="yes" 
context="optcaptionpage|tooltip_text|numseparator">For Numbering first option, 
define characters to display between caption number and caption 
category.</property>
                         <child internal-child="accessible">
                           <object class="AtkObject" 
id="numseparator-atkobject">
                             <property name="AtkObject::accessible-description" 
translatable="yes" context="optcaptionpage|extended_tip|numseparator">For 
Numbering first option, defines the characters to be displayed between the 
caption number and the caption category.</property>

Reply via email to