[Libreoffice-commits] core.git: sw/inc
Christian Lohmaier
lohmaier+LibreOffice at googlemail.com
Thu Aug 3 11:34:23 UTC 2017
sw/inc/utlui.hrc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 91d8d9c3f15857976c8548e006201b59c2036c0f
Author: Christian Lohmaier <lohmaier+LibreOffice at googlemail.com>
Date: Thu Aug 3 13:29:03 2017 +0200
remove bogus backspace \b escape in qustom-quotes string
Change-Id: I3c6118641a998dbda77d446b0d5a022320fcbc98
diff --git a/sw/inc/utlui.hrc b/sw/inc/utlui.hrc
index 4f9a7287bfd0..8a74ba247068 100644
--- a/sw/inc/utlui.hrc
+++ b/sw/inc/utlui.hrc
@@ -28,7 +28,7 @@ const char* RID_SHELLRES_AUTOFMTSTRS[] =
NC_("RID_SHELLRES_AUTOFMTSTRS", "Use replacement table"),
NC_("RID_SHELLRES_AUTOFMTSTRS", "Correct TWo INitial CApitals"),
NC_("RID_SHELLRES_AUTOFMTSTRS", "Capitalize first letter of sentences"),
- NC_("RID_SHELLRES_AUTOFMTSTRS", "Replace \"standard\" quotes with %1 \bcustom%2 quotes"),
+ NC_("RID_SHELLRES_AUTOFMTSTRS", "Replace \"standard\" quotes with %1custom%2 quotes"),
NC_("RID_SHELLRES_AUTOFMTSTRS", "Replace Custom Styles"),
NC_("RID_SHELLRES_AUTOFMTSTRS", "Bullets replaced"),
NC_("RID_SHELLRES_AUTOFMTSTRS", "Automatic _underline_"),
More information about the Libreoffice-commits
mailing list