summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorSeth Chaiklin <sdc.blanco@youmail.dk>2020-12-18 01:51:33 +0100
committerHeiko Tietze <heiko.tietze@documentfoundation.org>2020-12-18 12:32:22 +0100
commitc19c7d0cd5cea757d854f5e7ddc6a0e1d9b709d5 (patch)
tree8fa08f59e71815b2568a915b6a8bff0d8b14f23a /sfx2
parent8cfad2357f309c8f8aaf11c89722307b5bd704c7 (diff)
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@youmail.dk> Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/uiconfig/ui/newstyle.ui4
1 files changed, 2 insertions, 2 deletions
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>