[Libreoffice-commits] core.git: sw/inc
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Thu Nov 29 09:43:30 UTC 2018
sw/inc/strings.hrc | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
New commits:
commit 00df4a5ae395607eab1f83aacfc1fb05eb93ecc9
Author: Sabri Unal <yakushabb at gmail.com>
AuthorDate: Wed Nov 28 03:00:06 2018 +0200
Commit: Heiko Tietze <tietze.heiko at gmail.com>
CommitDate: Thu Nov 29 10:43:01 2018 +0100
Related: tdf#121340: Do wizards steps Title Case
Change-Id: I55442bddb7fab98745b984551ffc1fa93a056742
Reviewed-on: https://gerrit.libreoffice.org/64138
Tested-by: Jenkins
Reviewed-by: Heiko Tietze <tietze.heiko at gmail.com>
diff --git a/sw/inc/strings.hrc b/sw/inc/strings.hrc
index a53b4546e8c2..a9825ba3e95e 100644
--- a/sw/inc/strings.hrc
+++ b/sw/inc/strings.hrc
@@ -823,12 +823,12 @@
#define ST_CONFIGUREMAIL NC_("ST_CONFIGUREMAIL", "In order to be able to send mail merge documents by e-mail, %PRODUCTNAME requires information about the e-mail account to be used.\n\nDo you want to enter e-mail account information now?")
#define ST_FILTERNAME NC_("ST_FILTERNAME", "%PRODUCTNAME Address List (.csv)")
-#define ST_STARTING NC_("ST_STARTING", "Select starting document")
-#define ST_DOCUMENTTYPE NC_("ST_DOCUMENTTYPE", "Select document type")
-#define ST_ADDRESSBLOCK NC_("ST_ADDRESSBLOCK", "Insert address block")
-#define ST_ADDRESSLIST NC_("ST_ADDRESSLIST", "Select address list")
-#define ST_GREETINGSLINE NC_("ST_GREETINGSLINE", "Create salutation")
-#define ST_LAYOUT NC_("ST_LAYOUT", "Adjust layout")
+#define ST_STARTING NC_("ST_STARTING", "Select Starting Document")
+#define ST_DOCUMENTTYPE NC_("ST_DOCUMENTTYPE", "Select Document Type")
+#define ST_ADDRESSBLOCK NC_("ST_ADDRESSBLOCK", "Insert Address Block")
+#define ST_ADDRESSLIST NC_("ST_ADDRESSLIST", "Select Address List")
+#define ST_GREETINGSLINE NC_("ST_GREETINGSLINE", "Create Salutation")
+#define ST_LAYOUT NC_("ST_LAYOUT", "Adjust Layout")
#define ST_EXCLUDE NC_("ST_EXCLUDE", "Exclude recipient")
#define ST_FINISH NC_("ST_FINISH", "~Finish")
#define ST_MMWTITLE NC_("ST_MMWTITLE", "Mail Merge Wizard")
More information about the Libreoffice-commits
mailing list