summaryrefslogtreecommitdiff
path: root/uui
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2022-02-27 10:56:00 +0100
committerJulien Nabet <serval2412@yahoo.fr>2022-02-27 11:44:03 +0100
commit54e7ac4a8aa5bda78f1c41093fc0d10a56313305 (patch)
treeae89d77079cf835e3f9f9e17f7eeabbb574c2a3c /uui
parent265bfa9fc0b732a8df9d75ad2c34b68440539665 (diff)
tdf#145829: typo ERRCODE_UUI_IO_MODULESIZEEXCEEDED ("basic" instead of "BASIC")
Change-Id: I0dc23d9aadd727efb3a9acb2f5361505afe8233e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/130618 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'uui')
-rw-r--r--uui/inc/ids.hrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/uui/inc/ids.hrc b/uui/inc/ids.hrc
index 89fb6bda1dcb..7359fe79f74f 100644
--- a/uui/inc/ids.hrc
+++ b/uui/inc/ids.hrc
@@ -37,7 +37,7 @@ const std::pair<TranslateId, ErrCode> RID_UUI_ERRHDL[] =
ERRCODE_UUI_IO_ALREADYEXISTS },
{ NC_("RID_UUI_ERRHDL", "Target already exists."),
ERRCODE_UUI_IO_TARGETALREADYEXISTS },
- { NC_("RID_UUI_ERRHDL", "You are about to save/export a password protected basic library containing module(s) \n$(ARG1)\nwhich are too large to store in binary format. If you wish users that don't have access to the library password to be able to run macros in those module(s) you must split those modules into a number of smaller modules. Do you wish to continue to save/export this library?"),
+ { NC_("RID_UUI_ERRHDL", "You are about to save/export a password protected BASIC library containing module(s) \n$(ARG1)\nwhich are too large to store in binary format. If you wish users that don't have access to the library password to be able to run macros in those module(s) you must split those modules into a number of smaller modules. Do you wish to continue to save/export this library?"),
ERRCODE_UUI_IO_MODULESIZEEXCEEDED },
{ NC_("RID_UUI_ERRHDL", "Beware!\n\nYou are about to load a very unusual sort of file ($(ARG2)) from the URL:\n\n$(ARG1)\n\nAre you certain that this file is a legacy document created many years ago?"),
ERRCODE_UUI_IO_EXOTICFILEFORMAT },