uui/inc/ids.hrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 2782fa00d3ec8d401a44ae91cd3fda9d1d60188b Author: Gabor Kelemen <kelem...@ubuntu.com> AuthorDate: Sun Jan 21 23:24:23 2024 +0100 Commit: Thorsten Behrens <thorsten.behr...@allotropia.de> CommitDate: Mon Jan 22 08:29:46 2024 +0100
Fix meaning of warning message Change-Id: I6421d4f6ec5a79d7f3aea531e9e1361cd12abdc7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162355 Tested-by: Jenkins Reviewed-by: Thorsten Behrens <thorsten.behr...@allotropia.de> 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<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 saving a password protected Basic library containing the following large module(s): $(ARG1) Storing 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): $(ARG1) Storing 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! You are about to load a very unusual sort of file ($(ARG2)) from the URL: $(ARG1) Are you certain that this file is a legacy document created many years ago?"), ERRCODE_UUI_IO_EXOTICFILEFORMAT },