From 3c0511b6b6cfda1fdb675fe9cfbb7199860cf522 Mon Sep 17 00:00:00 2001 From: Adolfo Jayme Barrientos Date: Sat, 13 Jun 2020 17:51:38 -0500 Subject: Related: tdf#130272 Improve English in error message Change-Id: Iaf42c102462409e4119e9422abdb41c5b4ab22ff --- cui/inc/strings.hrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cui/inc/strings.hrc') diff --git a/cui/inc/strings.hrc b/cui/inc/strings.hrc index 0039d4d02fdc..6312f38b6d53 100644 --- a/cui/inc/strings.hrc +++ b/cui/inc/strings.hrc @@ -386,7 +386,7 @@ #define RID_SVXSTR_COMMANDNAME NC_("RID_SVXSTR_COMMANDLABEL", "Command") #define RID_SVXSTR_COMMANDTIP NC_("RID_SVXSTR_COMMANDLABEL", "Tooltip") -#define RID_SVXSTR_QRCODEDATALONG NC_("RID_SVXSTR_QRCODEDATALONG", "Text exceeds the maximum bits for Error Correction, Enter shorter text") +#define RID_SVXSTR_QRCODEDATALONG NC_("RID_SVXSTR_QRCODEDATALONG", "The URL or text is too long for the current error correction level. Either shorten the text or decrease the correction level.") #define RID_SVXSTR_DELETEUSERCOLOR1 NC_("RID_SVXSTR_DELETEUSERCOLOR1", "You can only delete user-defined colors") #define RID_SVXSTR_DELETEUSERCOLOR2 NC_("RID_SVXSTR_DELETEUSERCOLOR2", "Please select the color to delete") -- cgit