basctl/inc/strings.hrc |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 000c7fd6b8edf57b3ced14012994cb521901c360
Author:     Bogdan B <buzea.bog...@libreoffice.org>
AuthorDate: Thu Mar 30 19:29:55 2023 +0000
Commit:     Adolfo Jayme Barrientos <fit...@ubuntu.com>
CommitDate: Fri Apr 7 10:43:06 2023 +0200

    tdf#154014 Improve Import Dialog sentence in Basic
    
    Change-Id: I3a3a2737d944f7360052284de1ff09efc493f571
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/149702
    Tested-by: Jenkins
    Reviewed-by: Adolfo Jayme Barrientos <fit...@ubuntu.com>

diff --git a/basctl/inc/strings.hrc b/basctl/inc/strings.hrc
index 1384e95b72df..601a58234552 100644
--- a/basctl/inc/strings.hrc
+++ b/basctl/inc/strings.hrc
@@ -89,7 +89,7 @@
 #define RID_STR_DLGIMP_CLASH_RENAME         NC_("RID_STR_DLGIMP_CLASH_RENAME", 
"Rename")
 #define RID_STR_DLGIMP_CLASH_REPLACE        
NC_("RID_STR_DLGIMP_CLASH_REPLACE", "Replace")
 #define RID_STR_DLGIMP_CLASH_TITLE          NC_("RID_STR_DLGIMP_CLASH_TITLE", 
"Dialog Import - Name already used")
-#define RID_STR_DLGIMP_CLASH_TEXT           NC_("RID_STR_DLGIMP_CLASH_TEXT", 
"The library already contains a dialog with the name:\n\n$(ARG1)\n\nRename 
dialog to keep current dialog or replace existing dialog.\n ")
+#define RID_STR_DLGIMP_CLASH_TEXT           NC_("RID_STR_DLGIMP_CLASH_TEXT", 
"The library already contains a dialog with the name:\n\n$(ARG1)\n\nChoose 
“Rename” to give the imported dialog a new automatic name, or “Replace” to 
overwrite the existing dialog completely.\n ")
 #define RID_STR_DLGIMP_MISMATCH_ADD         NC_("RID_STR_DLGIMP_MISMATCH_ADD", 
"Add")
 #define RID_STR_DLGIMP_MISMATCH_OMIT        
NC_("RID_STR_DLGIMP_MISMATCH_OMIT", "Omit")
 #define RID_STR_DLGIMP_MISMATCH_TITLE       
NC_("RID_STR_DLGIMP_MISMATCH_TITLE", "Dialog Import - Language Mismatch")

Reply via email to