sfx2/source/view/view.src | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)
New commits: commit d832e1260615737f8b2cb5cc955f41c0e608f17c Author: Samuel Mehrbrodt <samuel.mehrbr...@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.mehrbr...@cib.de> Tested-by: Samuel Mehrbrodt <samuel.mehrbr...@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: */ _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits