summaryrefslogtreecommitdiff
path: root/basctl
diff options
context:
space:
mode:
authorBogdan B <buzea.bogdan@libreoffice.org>2023-03-30 19:29:55 +0000
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2023-04-07 10:43:06 +0200
commit000c7fd6b8edf57b3ced14012994cb521901c360 (patch)
treee1dd05a9caa30a9784e7a79c1f7ec0f24dbb9a48 /basctl
parent70642bb7afd2cee6f7ae6eff2936a35978bd0597 (diff)
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 <fitojb@ubuntu.com>
Diffstat (limited to 'basctl')
-rw-r--r--basctl/inc/strings.hrc2
1 files changed, 1 insertions, 1 deletions
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")