diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2017-08-03 13:29:03 +0200 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2017-08-03 13:32:10 +0200 |
commit | 91d8d9c3f15857976c8548e006201b59c2036c0f (patch) | |
tree | 5d77d0fc8fc764173c8a03afd4b29ffb4c123e6e | |
parent | d5630adf33cc7d30a657e789e2bf0978028e0c1f (diff) |
remove bogus backspace \b escape in qustom-quotes string
Change-Id: I3c6118641a998dbda77d446b0d5a022320fcbc98
-rw-r--r-- | sw/inc/utlui.hrc | 2 |
1 files changed, 1 insertions, 1 deletions
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_"), |