[Libreoffice-commits] core.git: sfx2/source vcl/source
Adolfo Jayme Barrientos
fitojb at ubuntu.com
Tue Feb 21 01:35:03 UTC 2017
sfx2/source/view/view.src | 6 +++---
vcl/source/src/app.src | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
New commits:
commit 29acaf107dc9a25f74ee45465a67c95e520fd465
Author: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
Date: Sat Feb 18 14:31:00 2017 -0600
Minor capitalization issues
Change-Id: I2b817859e4e6e0ea6dd15b0052da2370a262c6a4
diff --git a/sfx2/source/view/view.src b/sfx2/source/view/view.src
index a658cb0..5d95e92 100644
--- a/sfx2/source/view/view.src
+++ b/sfx2/source/view/view.src
@@ -142,17 +142,17 @@ String STR_READONLY_SIGN
String STR_SIGNATURE_BROKEN
{
- Text[ en-US ] = "This Document has an invalid signature.";
+ Text[ en-US ] = "This document has an invalid signature.";
};
String STR_SIGNATURE_NOTVALIDATED
{
- Text[ en-US ] = "The 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 ] = "The 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
diff --git a/vcl/source/src/app.src b/vcl/source/src/app.src
index b36686d..9579ded 100644
--- a/vcl/source/src/app.src
+++ b/vcl/source/src/app.src
@@ -11,17 +11,17 @@
String SV_APP_CPUTHREADS
{
- Text [en-US] = "CPU Threads: ";
+ Text [en-US] = "CPU threads: ";
};
String SV_APP_OSVERSION
{
- Text [en-US] = "OS Version: ";
+ Text [en-US] = "OS: ";
};
String SV_APP_UIRENDER
{
- Text [en-US] = "UI Render: ";
+ Text [en-US] = "UI render: ";
};
String SV_APP_GL
More information about the Libreoffice-commits
mailing list