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

Seth Chaiklin (via logerrit) logerrit at kemper.freedesktop.org
Thu Mar 25 04:53:00 UTC 2021


 sw/uiconfig/swriter/ui/templatedialog1.ui |    4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

New commits:
commit f5221d1c74ce789ae1e3f25453e1c3701bc63c23
Author:     Seth Chaiklin <sdc.blanco at youmail.dk>
AuthorDate: Sat Feb 27 09:38:07 2021 +0100
Commit:     Seth Chaiklin <sdc.blanco at youmail.dk>
CommitDate: Thu Mar 25 05:52:21 2021 +0100

    tdf#128469 add or adjust tooltips for Apply, Reset, Standard in CS
    
      ( sw/uiconfig/swriter/ui/templatedialog1.ui ) "Character Style"
        * revert changes to dialog that were made just before another method
          was developed in: 4902e3231f4f5f4df32d46a901801b18c297ef15
    
    Change-Id: I7a7cf2df4218fb0745a92c192a6d806c9220ca8e
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111692
    Tested-by: Jenkins
    Reviewed-by: Seth Chaiklin <sdc.blanco at youmail.dk>

diff --git a/sw/uiconfig/swriter/ui/templatedialog1.ui b/sw/uiconfig/swriter/ui/templatedialog1.ui
index 63ef3b819d6c..cb6e8296e276 100644
--- a/sw/uiconfig/swriter/ui/templatedialog1.ui
+++ b/sw/uiconfig/swriter/ui/templatedialog1.ui
@@ -29,7 +29,6 @@
                 <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>
@@ -59,12 +58,11 @@
             </child>
             <child>
               <object class="GtkButton" id="standard">
-                <property name="label" translatable="yes" context="templatedialog1|standard">_Set to Parent</property>
+                <property name="label" translatable="no">_Standard</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