cui/inc/strings.hrc                         |    2 +-
 cui/uiconfig/ui/querychangelineenddialog.ui |    6 +++---
 cui/uiconfig/ui/querydeletelineenddialog.ui |    4 ++--
 sd/inc/strings.hrc                          |    2 +-
 4 files changed, 7 insertions(+), 7 deletions(-)

New commits:
commit 5423dfb8549743bd5045b6e3b1ebad7980e62965
Author:     Seth Chaiklin <sdc.bla...@youmail.dk>
AuthorDate: Fri Apr 22 21:51:33 2022 +0100
Commit:     Seth Chaiklin <sdc.bla...@youmail.dk>
CommitDate: Wed Jun 1 01:16:28 2022 +0200

    tdf#148736 improve labels for Arrow style popup dialogs
    
    Change-Id: Ifc43650a3008cbd96cac8f994675e680368a215b
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/133287
    Tested-by: Jenkins
    Reviewed-by: Seth Chaiklin <sdc.bla...@youmail.dk>

diff --git a/cui/inc/strings.hrc b/cui/inc/strings.hrc
index b0dccedc413f..cea0b183e33a 100644
--- a/cui/inc/strings.hrc
+++ b/cui/inc/strings.hrc
@@ -319,7 +319,7 @@
 #define RID_CUISTR_ADD                              NC_("RID_SVXSTR_ADD", 
"Add")
 #define RID_CUISTR_DESC_COLOR                       
NC_("RID_SVXSTR_DESC_COLOR", "Please enter a name for the new color:")
 #define RID_CUISTR_TABLE                            NC_("RID_SVXSTR_TABLE", 
"Table")
-#define RID_CUISTR_DESC_LINEEND                     
NC_("RID_SVXSTR_DESC_LINEEND", "Please enter a name for the new arrowhead:")
+#define RID_CUISTR_DESC_LINEEND                     
NC_("RID_SVXSTR_DESC_LINEEND", "Please enter a name for the new arrow style:")
 #define RID_CUISTR_CHARNAME_NOSTYLE                 
NC_("RID_SVXSTR_CHARNAME_NOSTYLE", "No %1")
 #define RID_CUISTR_CHARNAME_FAMILY                  
NC_("RID_SVXSTR_CHARNAME_FAMILY", "Family:")
 #define RID_CUISTR_CHARNAME_FONT                    
NC_("RID_SVXSTR_CHARNAME_FONT", "Font:")
diff --git a/cui/uiconfig/ui/querychangelineenddialog.ui 
b/cui/uiconfig/ui/querychangelineenddialog.ui
index 6057416728a1..5ec1567001b0 100644
--- a/cui/uiconfig/ui/querychangelineenddialog.ui
+++ b/cui/uiconfig/ui/querychangelineenddialog.ui
@@ -4,15 +4,15 @@
   <requires lib="gtk+" version="3.20"/>
   <object class="GtkMessageDialog" id="AskChangeLineEndDialog">
     <property name="can_focus">False</property>
-    <property name="title" translatable="yes" 
context="querychangelineenddialog|AskChangeLineEndDialog">Save 
Arrowhead?</property>
+    <property name="title" translatable="yes" 
context="querychangelineenddialog|AskChangeLineEndDialog">Save Arrow 
Style?</property>
     <property name="resizable">False</property>
     <property name="modal">True</property>
     <property name="type_hint">dialog</property>
     <property name="skip_taskbar_hint">True</property>
     <property name="message_type">warning</property>
     <property name="buttons">yes-no</property>
-    <property name="text" translatable="yes" 
context="querychangelineenddialog|AskChangeLineEndDialog">The arrowhead was 
modified without saving.</property>
-    <property name="secondary_text" translatable="yes" 
context="querychangelineenddialog|AskChangeLineEndDialog">Would you like to 
save the arrowhead now?</property>
+    <property name="text" translatable="yes" 
context="querychangelineenddialog|AskChangeLineEndDialog">The arrow style was 
modified without saving.</property>
+    <property name="secondary_text" translatable="yes" 
context="querychangelineenddialog|AskChangeLineEndDialog">Would you like to 
save the arrow style now?</property>
     <child internal-child="vbox">
       <object class="GtkBox" id="messagedialog-vbox">
         <property name="can_focus">False</property>
diff --git a/cui/uiconfig/ui/querydeletelineenddialog.ui 
b/cui/uiconfig/ui/querydeletelineenddialog.ui
index eb1e771a246f..6917fc62422a 100644
--- a/cui/uiconfig/ui/querydeletelineenddialog.ui
+++ b/cui/uiconfig/ui/querydeletelineenddialog.ui
@@ -4,14 +4,14 @@
   <requires lib="gtk+" version="3.20"/>
   <object class="GtkMessageDialog" id="AskDelLineEndDialog">
     <property name="can_focus">False</property>
-    <property name="title" translatable="yes" 
context="querydeletelineenddialog|AskDelLineEndDialog">Delete 
Arrowhead?</property>
+    <property name="title" translatable="yes" 
context="querydeletelineenddialog|AskDelLineEndDialog">Delete Arrow 
Style?</property>
     <property name="resizable">False</property>
     <property name="modal">True</property>
     <property name="type_hint">dialog</property>
     <property name="skip_taskbar_hint">True</property>
     <property name="message_type">question</property>
     <property name="buttons">yes-no</property>
-    <property name="text" translatable="yes" 
context="querydeletelineenddialog|AskDelLineEndDialog">Do you really want to 
delete the arrowhead?</property>
+    <property name="text" translatable="yes" 
context="querydeletelineenddialog|AskDelLineEndDialog">Do you really want to 
delete the arrow style?</property>
     <property name="secondary_text" translatable="yes" 
context="querydeletelineenddialog|AskDelLineEndDialog">This action cannot be 
undone.</property>
     <child internal-child="vbox">
       <object class="GtkBox" id="messagedialog-vbox">
diff --git a/sd/inc/strings.hrc b/sd/inc/strings.hrc
index c67d1c9d1579..05326f9e461a 100644
--- a/sd/inc/strings.hrc
+++ b/sd/inc/strings.hrc
@@ -64,7 +64,7 @@
 #define STR_AUTOLAYOUT_NOTES                            
NC_("STR_AUTOLAYOUT_NOTES", "Notes")
 #define STR_TRANSFORM                                   NC_("STR_TRANSFORM", 
"Transform")
 #define STR_LINEEND                                     NC_("STR_LINEEND", 
"Line Ends")
-#define STR_DESC_LINEEND                                
NC_("STR_DESC_LINEEND", "Please enter a name for the new arrowhead:")
+#define STR_DESC_LINEEND                                
NC_("STR_DESC_LINEEND", "Please enter a name for the new arrow style:")
 #define STR_WARN_NAME_DUPLICATE                         
NC_("STR_WARN_NAME_DUPLICATE", "The name chosen already exists. \nPlease enter 
another name.")
 #define STR_UNDO_ANIMATION                              
NC_("STR_UNDO_ANIMATION", "Animation parameters")
 #define STR_UNDO_COPYOBJECTS                            
NC_("STR_UNDO_COPYOBJECTS", "Duplicate")

Reply via email to