diff options
-rw-r--r-- | sfx2/source/view/view.src | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sfx2/source/view/view.src b/sfx2/source/view/view.src index 85472fe00d7f..1cb6c13a7944 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: */ |