summaryrefslogtreecommitdiffstats
path: root/include/sfx2
diff options
context:
space:
mode:
authorSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2020-07-06 09:05:15 +0200
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2020-07-15 12:27:03 +0200
commit9d86d44665a7cc6ecd636fd2b7a817083497d2f8 (patch)
tree1a781eae21f15d1df9b5f8d389e399f1998b114b /include/sfx2
parenttdf#133788 Missing pieces for Gallery localization (diff)
downloadcore-9d86d44665a7cc6ecd636fd2b7a817083497d2f8.tar.gz
core-9d86d44665a7cc6ecd636fd2b7a817083497d2f8.zip
Revert "tdf#128526: Make the read-only notification a bit more verbose"
This reverts commit 6c102b0a12ed911b207d8b1da421f2b916c2bcdf. Reason for revert: The Infobar has an "Edit Document" button which lets you edit the document without first saving it in another place. So at least in that place this verbose message is confusing. Change-Id: I3bcdd389a560ac4c8ee0f86ca13573bbc05f2ebb Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98075 Reviewed-by: Tor Lillqvist <tml@collabora.com> Tested-by: Jenkins (cherry picked from commit 69e3b647d27d4fdb8243d6cca86f9287a5be6026) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98346 Reviewed-by: Michael Stahl <michael.stahl@cib.de> Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
Diffstat (limited to 'include/sfx2')
-rw-r--r--include/sfx2/strings.hrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/strings.hrc b/include/sfx2/strings.hrc
index e2dfefdc990d..ae0727bb3e36 100644
--- a/include/sfx2/strings.hrc
+++ b/include/sfx2/strings.hrc
@@ -272,7 +272,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. If you wish to modify the contents, first save it as another document, in a folder you have write access to.")
+#define STR_READONLY_DOCUMENT NC_("STR_READONLY_DOCUMENT", "This document is open in read-only mode.")
#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.")