summaryrefslogtreecommitdiff
path: root/sfx2/source/view/view.src
diff options
context:
space:
mode:
authorKatarina Behrens <Katarina.Behrens@cib.de>2017-05-31 18:26:07 +0200
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2017-06-08 14:44:25 +0200
commit2e11bbd288ec59d0ff3368cc5c5ef83e2f5133a2 (patch)
tree9115b59dd5c354a8bf3148a59a01707e61780024 /sfx2/source/view/view.src
parent0632208977a204195a4f5b9e727aed511ece075f (diff)
tdf#105566: Account for 'signature used to be ok but isn't anymore'
because the user has modified the document Change-Id: Ib32ea2ff41f41a81c9a382585f6afbec12fe6a35 Reviewed-on: https://gerrit.libreoffice.org/38284 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'sfx2/source/view/view.src')
-rw-r--r--sfx2/source/view/view.src5
1 files changed, 5 insertions, 0 deletions
diff --git a/sfx2/source/view/view.src b/sfx2/source/view/view.src
index 307e21415784..94f8a5ecbd1f 100644
--- a/sfx2/source/view/view.src
+++ b/sfx2/source/view/view.src
@@ -137,6 +137,11 @@ String STR_SIGNATURE_BROKEN
Text[ en-US ] = "This document has an invalid signature.";
};
+String STR_SIGNATURE_INVALID
+{
+ Text[ en-US ] = "The signature was valid, but the document has been modified";
+};
+
String STR_SIGNATURE_NOTVALIDATED
{
Text[ en-US ] = "The signature is OK, but the certificate could not be validated.";