[Libreoffice-commits] core.git: sw/uiconfig

Seth Chaiklin (via logerrit) logerrit at kemper.freedesktop.org
Wed Feb 10 19:29:24 UTC 2021


 sw/uiconfig/swriter/ui/characterproperties.ui |    6 ++++++
 sw/uiconfig/swriter/ui/templatedialog1.ui     |    9 ++++++++-
 2 files changed, 14 insertions(+), 1 deletion(-)

New commits:
commit aeaf67b724fbcd53ba33e26c57f046d21178895e
Author:     Seth Chaiklin <sdc.blanco at youmail.dk>
AuthorDate: Sun Jan 31 16:58:27 2021 +0100
Commit:     Seth Chaiklin <sdc.blanco at youmail.dk>
CommitDate: Wed Feb 10 20:28:46 2021 +0100

    tdf#128469  Tooltips for Reset in Character and CS + Standard (renamed)
    
        tooltip and extended tooltip added to "Reset" button for
        Character dialog and Character Style dialog.
    
        Rename "Standard" button to "Set to Parent"
        add tooltip for "Set to Parent
        in Character Style dialog
    
    Change-Id: I932be4f906393c0a40e45c9094f708b142f30b9e
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110151
    Tested-by: Jenkins
    Reviewed-by: Heiko Tietze <heiko.tietze at documentfoundation.org>
    Reviewed-by: Seth Chaiklin <sdc.blanco at youmail.dk>

diff --git a/sw/uiconfig/swriter/ui/characterproperties.ui b/sw/uiconfig/swriter/ui/characterproperties.ui
index 6db2334ff79c..faa9f03c1810 100644
--- a/sw/uiconfig/swriter/ui/characterproperties.ui
+++ b/sw/uiconfig/swriter/ui/characterproperties.ui
@@ -29,6 +29,12 @@
                 <property name="can_focus">True</property>
                 <property name="receives_default">True</property>
                 <property name="use-underline">True</property>
+                <property name="tooltip_text" translatable="yes" context="characterproperties|reset">Unsaved modifications to this tab are reverted.</property>
+                <child internal-child="accessible">
+                  <object class="AtkObject" id="reset-atkobject">
+                    <property name="AtkObject::accessible-description" translatable="yes" context="characterproperties|extended_tip|reset">Revert any changes made on the tab shown here to the settings that were present when this dialog was opened.</property>
+                  </object>
+                </child>
               </object>
               <packing>
                 <property name="expand">False</property>
diff --git a/sw/uiconfig/swriter/ui/templatedialog1.ui b/sw/uiconfig/swriter/ui/templatedialog1.ui
index a8de1025b301..63ef3b819d6c 100644
--- a/sw/uiconfig/swriter/ui/templatedialog1.ui
+++ b/sw/uiconfig/swriter/ui/templatedialog1.ui
@@ -29,6 +29,12 @@
                 <property name="can_focus">True</property>
                 <property name="receives_default">True</property>
                 <property name="use-underline">True</property>
+                <property name="tooltip_text" translatable="yes" context="templatedialog1|reset">Unsaved modifications to this tab are reverted.</property>
+                <child internal-child="accessible">
+                  <object class="AtkObject" id="reset-atkobject">
+                    <property name="AtkObject::accessible-description" translatable="yes" context="templatedialog1|extended_tip|reset">Revert any changes made on the tab shown here to the settings that were present when this dialog was opened.</property>
+                  </object>
+                </child>
               </object>
               <packing>
                 <property name="expand">False</property>
@@ -53,11 +59,12 @@
             </child>
             <child>
               <object class="GtkButton" id="standard">
-                <property name="label" translatable="no">_Standard</property>
+                <property name="label" translatable="yes" context="templatedialog1|standard">_Set to Parent</property>
                 <property name="visible">True</property>
                 <property name="can_focus">True</property>
                 <property name="receives_default">True</property>
                 <property name="use_underline">True</property>
+                <property name="tooltip_text" translatable="yes" context="templatedialog1|standard">Set values shown here with the values from the style specified in “Inherit From” in Organizer.</property>
               </object>
               <packing>
                 <property name="expand">False</property>


More information about the Libreoffice-commits mailing list