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

Seth Chaiklin (via logerrit) logerrit at kemper.freedesktop.org
Fri Dec 18 11:33:05 UTC 2020


 sfx2/uiconfig/ui/newstyle.ui |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit c19c7d0cd5cea757d854f5e7ddc6a0e1d9b709d5
Author:     Seth Chaiklin <sdc.blanco at youmail.dk>
AuthorDate: Fri Dec 18 01:51:33 2020 +0100
Commit:     Heiko Tietze <heiko.tietze at documentfoundation.org>
CommitDate: Fri Dec 18 12:32:22 2020 +0100

    Partially resolves: tdf#139017 update labels in Create Style dialog
    
      Changes name of dialog to correspond to command name.
      Changes label of entry box to Action verb and colon
        because it has a buddy control.
    
    Change-Id: Ib34b859ad2e25fbb70a46af7459c910e9bbe0ec1
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107903
    Tested-by: Jenkins
    Reviewed-by: Seth Chaiklin <sdc.blanco at youmail.dk>
    Reviewed-by: Heiko Tietze <heiko.tietze at documentfoundation.org>

diff --git a/sfx2/uiconfig/ui/newstyle.ui b/sfx2/uiconfig/ui/newstyle.ui
index 84c5580153bc..6ec3668e3302 100644
--- a/sfx2/uiconfig/ui/newstyle.ui
+++ b/sfx2/uiconfig/ui/newstyle.ui
@@ -13,7 +13,7 @@
   <object class="GtkDialog" id="CreateStyleDialog">
     <property name="can_focus">False</property>
     <property name="border_width">6</property>
-    <property name="title" translatable="yes" context="newstyle|CreateStyleDialog">Create Style</property>
+    <property name="title" translatable="yes" context="newstyle|CreateStyleDialog">New Style from Selection</property>
     <property name="modal">True</property>
     <property name="default_width">0</property>
     <property name="default_height">0</property>
@@ -174,7 +174,7 @@
               <object class="GtkLabel" id="label1">
                 <property name="visible">True</property>
                 <property name="can_focus">False</property>
-                <property name="label" translatable="yes" context="newstyle|label1">Style Name</property>
+                <property name="label" translatable="yes" context="newstyle|label1">Enter New Style Name:</property>
                 <attributes>
                   <attribute name="weight" value="bold"/>
                 </attributes>


More information about the Libreoffice-commits mailing list