From 91d8d9c3f15857976c8548e006201b59c2036c0f Mon Sep 17 00:00:00 2001 From: Christian Lohmaier Date: Thu, 3 Aug 2017 13:29:03 +0200 Subject: remove bogus backspace \b escape in qustom-quotes string Change-Id: I3c6118641a998dbda77d446b0d5a022320fcbc98 --- sw/inc/utlui.hrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sw') 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_"), -- cgit