From d832e1260615737f8b2cb5cc955f41c0e608f17c Mon Sep 17 00:00:00 2001 From: Samuel Mehrbrodt Date: Wed, 1 Feb 2017 10:18:07 +0100 Subject: [PATCH] Improve InfoBar labels for signatures Change-Id: I50619d94c7bebeb99b5dbb9e21f0eefa3fd39482 Reviewed-on: https://gerrit.libreoffice.org/33778 Reviewed-by: Samuel Mehrbrodt Tested-by: Samuel Mehrbrodt --- sfx2/source/view/view.src | 8 ++++---- 1 file 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: */