[Libreoffice-commits] core.git: sfx2/source
Adolfo Jayme Barrientos
fitojb at ubuntu.com
Sun Sep 21 04:56:31 PDT 2014
sfx2/source/view/view.src | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
New commits:
commit 518d9e4d8297f242b7fd557c61f17a9cb7d32962
Author: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
Date: Thu Sep 18 21:00:07 2014 -0500
Present tense and capitalization
Change-Id: I4a4301f166036e294e4250c1ab1b599ad5bba7c5
Reviewed-on: https://gerrit.libreoffice.org/11526
Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt at gmail.com>
Tested-by: Samuel Mehrbrodt <s.mehrbrodt at gmail.com>
diff --git a/sfx2/source/view/view.src b/sfx2/source/view/view.src
index 85472fe..1cb6c13 100644
--- a/sfx2/source/view/view.src
+++ b/sfx2/source/view/view.src
@@ -88,20 +88,20 @@ String STR_NONCHECKEDOUT_DOCUMENT
};
String STR_READONLY_DOCUMENT
{
- Text [ en-US ] = "This document is opened in read-only mode." ;
+ Text [ en-US ] = "This document is open in read-only mode." ;
};
PushButton BT_CHECKOUT
{
Pos = MAP_APPFONT( 0 , 0 );
Size = MAP_APPFONT( 30 , 0 );
- Text[ en-US ] = "Check out";
+ Text[ en-US ] = "Check Out";
};
PushButton BT_READONLY_EDIT
{
Pos = MAP_APPFONT( 0 , 0 );
Size = MAP_APPFONT( 70 , 0 );
- Text[ en-US ] = "Edit document";
+ Text[ en-US ] = "Edit Document";
};
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
More information about the Libreoffice-commits
mailing list