summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2017-02-01 10:18:07 +0100
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2017-02-01 09:28:15 +0000
commitd832e1260615737f8b2cb5cc955f41c0e608f17c (patch)
treee639a8d69b958164c28754e8a8a89bc65d35e58a /sfx2
parent2934b737e9a50febde5a1f681123817bdf8be267 (diff)
Improve InfoBar labels for signatures
Change-Id: I50619d94c7bebeb99b5dbb9e21f0eefa3fd39482 Reviewed-on: https://gerrit.libreoffice.org/33778 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/view/view.src8
1 files changed, 4 insertions, 4 deletions
diff --git a/sfx2/source/view/view.src b/sfx2/source/view/view.src
index 9507e0b03e8d..a658cb0f5b93 100644
--- a/sfx2/source/view/view.src
+++ b/sfx2/source/view/view.src
@@ -142,22 +142,22 @@ String STR_READONLY_SIGN
String STR_SIGNATURE_BROKEN
{
- Text[ en-US ] = "Document has an invalid signature.";
+ Text[ en-US ] = "This Document has an invalid signature.";
};
String STR_SIGNATURE_NOTVALIDATED
{
- Text[ en-US ] = "Signature is ok, but the certificate could not be validated.";
+ Text[ en-US ] = "The signature is ok, but the certificate could not be validated.";
};
String STR_SIGNATURE_PARTIAL_OK
{
- Text[ en-US ] = "Signature is ok, but the document is only partially signed.";
+ Text[ en-US ] = "The signature is ok, but the document is only partially signed.";
};
String STR_SIGNATURE_SHOW
{
- Text[ en-US ] = "Show signatures";
+ Text[ en-US ] = "Show Signatures";
};
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */