diff options
author | Tor Lillqvist <tml@collabora.com> | 2020-05-14 12:02:26 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2020-05-15 15:09:00 +0200 |
commit | 6c102b0a12ed911b207d8b1da421f2b916c2bcdf (patch) | |
tree | 6b8286f06cb23cde30bc95dea68021808c3f31a2 /include/sfx2 | |
parent | 692efa7bdaf8d143602f23520c230202f2bafdf7 (diff) |
tdf#128526: Make the read-only notification a bit more verbose
Change-Id: I4ddfb6f97fc381963a89c4a0af6f3a3c62404f6a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94186
Tested-by: Jenkins
Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
Reviewed-by: Tor Lillqvist <tml@collabora.com>
Diffstat (limited to 'include/sfx2')
-rw-r--r-- | include/sfx2/strings.hrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/strings.hrc b/include/sfx2/strings.hrc index 495f9bf6e07f..e7b596f26a40 100644 --- a/include/sfx2/strings.hrc +++ b/include/sfx2/strings.hrc @@ -273,7 +273,7 @@ #define STR_DONATE_BUTTON NC_("STR_DONATE_BUTTON", "Donate") #define STR_WHATSNEW_TEXT NC_("STR_WHATSNEW", "You are running version %PRODUCTVERSION of %PRODUCTNAME for the first time. Do you want to learn what's new?") #define STR_WHATSNEW_BUTTON NC_("STR_WHATSNEW_BUTTON", "Release Notes") -#define STR_READONLY_DOCUMENT NC_("STR_READONLY_DOCUMENT", "This document is open in read-only mode.") +#define STR_READONLY_DOCUMENT NC_("STR_READONLY_DOCUMENT", "This document is open in read-only mode. If you wish to modify the contents, first save it as another document, in a folder you have write access to.") #define STR_READONLY_PDF NC_("STR_READONLY_PDF", "This PDF is open in read-only mode to allow signing the existing file.") #define STR_CLASSIFIED_DOCUMENT NC_("STR_CLASSIFIED_DOCUMENT", "The classification label of this document is %1.") #define STR_TARGET_DOC_NOT_CLASSIFIED NC_("STR_TARGET_DOC_NOT_CLASSIFIED", "This document must be classified before the clipboard can be pasted.") |