summaryrefslogtreecommitdiff
path: root/sw/inc
diff options
context:
space:
mode:
authorMike Kaganski <mike.kaganski@collabora.com>2022-04-05 10:20:00 +0300
committerMike Kaganski <mike.kaganski@collabora.com>2022-04-05 17:02:13 +0200
commitabaa11329822d659581d7860a82308409189f0f5 (patch)
tree1b5dd989ae1e2c09b9517534679053e70924dc37 /sw/inc
parent64b046b908cdf1204b105f1ebddfc41a5054e884 (diff)
Related tdf#148384: Improve mail merge results reporting
1. Disambiguate "address validity check failed" from "mail delivery error". 2. Change "Cancel" button into "Close" when operation is finished. 3. "%1 of %2 emails sent" changed to "%1 of %2 emails processed", since the number does not reflect the sent status, and includes failures. Change-Id: Idb4934618a843133dfb35de10b9903875094366a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132565 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'sw/inc')
-rw-r--r--sw/inc/strings.hrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/sw/inc/strings.hrc b/sw/inc/strings.hrc
index b9a5cd8b6d82..b534cb115b80 100644
--- a/sw/inc/strings.hrc
+++ b/sw/inc/strings.hrc
@@ -1379,9 +1379,11 @@
#define STR_SAVEACOPY_SRC NC_("STR_SAVEACOPY_SRC", "~Export copy of source...")
#define ST_CONTINUE NC_("ST_CONTINUE", "~Continue")
+#define ST_CLOSE_DIALOG NC_("ST_CLOSE_DIALOG", "~Close")
#define ST_SENDINGTO NC_("ST_SENDINGTO", "Sending to: %1")
#define ST_COMPLETED NC_("ST_COMPLETED", "Successfully sent")
#define ST_FAILED NC_("ST_FAILED", "Sending failed")
+#define ST_ADDRESS_INVALID NC_("ST_ADDRESS_INVALID", "Address invalid")
#define STR_SENDER_TOKENS NC_("STR_SENDER_TOKENS", "COMPANY;CR;FIRSTNAME; ;LASTNAME;CR;ADDRESS;CR;CITY; ;STATEPROV; ;POSTALCODE;CR;COUNTRY;CR;")