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: */