[Libreoffice-commits] core.git: sfx2/source

Samuel Mehrbrodt Samuel.Mehrbrodt at cib.de
Wed Feb 1 09:28:47 UTC 2017


 sfx2/source/view/view.src |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

New commits:
commit d832e1260615737f8b2cb5cc955f41c0e608f17c
Author: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
Date:   Wed Feb 1 10:18:07 2017 +0100

    Improve InfoBar labels for signatures
    
    Change-Id: I50619d94c7bebeb99b5dbb9e21f0eefa3fd39482
    Reviewed-on: https://gerrit.libreoffice.org/33778
    Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
    Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>

diff --git a/sfx2/source/view/view.src b/sfx2/source/view/view.src
index 9507e0b..a658cb0 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: */


More information about the Libreoffice-commits mailing list