From 2782fa00d3ec8d401a44ae91cd3fda9d1d60188b Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Sun, 21 Jan 2024 23:24:23 +0100 Subject: [PATCH] Fix meaning of warning message Change-Id: I6421d4f6ec5a79d7f3aea531e9e1361cd12abdc7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162355 Tested-by: Jenkins Reviewed-by: Thorsten Behrens --- uui/inc/ids.hrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uui/inc/ids.hrc b/uui/inc/ids.hrc index e36a66d847d4..acbb0bfcd763 100644 --- a/uui/inc/ids.hrc +++ b/uui/inc/ids.hrc @@ -38,7 +38,7 @@ const std::pair RID_UUI_ERRHDL[] = ERRCODE_UUI_IO_ALREADYEXISTS }, { NC_("RID_UUI_ERRHDL", "Target already exists."), ERRCODE_UUI_IO_TARGETALREADYEXISTS }, - { NC_("RID_UUI_ERRHDL", "You are saving a password protected Basic library containing the following large module(s): \n$(ARG1)\nStoring those large module(s) in binary format, which is necessary for password protection, makes them unreadable in versions older than LibreOffice 5.0.3. If you want this please split the module into smaller pieces."), + { NC_("RID_UUI_ERRHDL", "You are saving a password protected Basic library containing the following large module(s): \n$(ARG1)\nStoring those large module(s) in binary format, which is necessary for password protection, makes them unreadable in versions older than LibreOffice 5.0.3. If you want to avoid this please split the module into smaller pieces."), 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 },