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>
This commit is contained in:
Samuel Mehrbrodt
2017-02-01 10:18:07 +01:00
parent 2934b737e9
commit d832e12606

View File

@@ -142,22 +142,22 @@ String STR_READONLY_SIGN
String STR_SIGNATURE_BROKEN 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 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 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 String STR_SIGNATURE_SHOW
{ {
Text[ en-US ] = "Show signatures"; Text[ en-US ] = "Show Signatures";
}; };
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */