svtools/inc/errtxt.hrc |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 170a2b9da7848b66d93e10aed29f7f5ac2c8ebca
Author:     Michael Meeks <michael.me...@collabora.com>
AuthorDate: Tue Jul 5 15:29:44 2022 +0100
Commit:     Michael Meeks <michael.me...@collabora.com>
CommitDate: Wed Jul 6 10:30:07 2022 +0200

    tdf#90837 - clarify the error message re: over-writing readonly files.
    
    Change-Id: I757b29574526882da6e307cef51dfa70f6a1c4bf
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/136833
    Tested-by: Jenkins
    Reviewed-by: Michael Meeks <michael.me...@collabora.com>

diff --git a/svtools/inc/errtxt.hrc b/svtools/inc/errtxt.hrc
index a5dce85f3092..639b7e49a7c4 100644
--- a/svtools/inc/errtxt.hrc
+++ b/svtools/inc/errtxt.hrc
@@ -104,7 +104,7 @@ const ErrMsgCode RID_ERRHDL[] =
     { NC_("RID_ERRHDL", "This document has already been opened for editing.") 
, ERRCODE_SFX_ALREADYOPEN },
     { NC_("RID_ERRHDL", "The wrong password has been entered.") , 
ERRCODE_SFX_WRONGPASSWORD },
     { NC_("RID_ERRHDL", "Error reading file.") , ERRCODE_SFX_DOLOADFAILED },
-    { NC_("RID_ERRHDL", "The document was opened as read-only.") , 
ERRCODE_SFX_DOCUMENTREADONLY },
+    { NC_("RID_ERRHDL", "Document opened as read-only cannot be saved over 
itself.") , ERRCODE_SFX_DOCUMENTREADONLY },
     { NC_("RID_ERRHDL", "General OLE Error.") , ERRCODE_SFX_OLEGENERAL },
     { NC_("RID_ERRHDL", "The host name $(ARG1) could not be resolved.") , 
ERRCODE_INET_NAME_RESOLVE },
     { NC_("RID_ERRHDL", "Could not establish Internet connection to $(ARG1).") 
, ERRCODE_INET_CONNECT },

Reply via email to