summaryrefslogtreecommitdiff
path: root/cui/inc
diff options
context:
space:
mode:
author22shubh22 <22shubh22@gmail.com>2020-02-25 14:47:29 +0530
committerMike Kaganski <mike.kaganski@collabora.com>2020-02-28 18:50:45 +0100
commit93fe47e113628925b3caf33502326c7b136263a1 (patch)
tree0c0c869d575c824e2d4579e9f74b6d52c28941de /cui/inc
parentd54202ff690e4e97e018461cc6dc3dfadd36a702 (diff)
tdf#130272 A warning is now shown and LO do not crash
Change-Id: Icd4ef637cb07c03c11aead53417bd48e47241203 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/89415 Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com> Tested-by: Jenkins
Diffstat (limited to 'cui/inc')
-rw-r--r--cui/inc/strings.hrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/cui/inc/strings.hrc b/cui/inc/strings.hrc
index 099174d752cf..70b06199e700 100644
--- a/cui/inc/strings.hrc
+++ b/cui/inc/strings.hrc
@@ -400,6 +400,8 @@
#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")
+
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */