[Libreoffice-commits] core.git: Branch 'aoo/trunk' - sw/source

Matthias Seidel (via logerrit) logerrit at kemper.freedesktop.org
Mon Jul 29 18:08:34 UTC 2019


 sw/source/ui/ribbar/workctrl.src |   20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

New commits:
commit 1aadb3938816d739c143c3b150d0413dfbbcfc86
Author:     Matthias Seidel <mseidel at apache.org>
AuthorDate: Mon Jul 29 17:56:59 2019 +0000
Commit:     Matthias Seidel <mseidel at apache.org>
CommitDate: Mon Jul 29 17:56:59 2019 +0000

    Small corrections (note -> comment)

diff --git a/sw/source/ui/ribbar/workctrl.src b/sw/source/ui/ribbar/workctrl.src
index b0e21b0b4ba1..9533e6cb8ff4 100644
--- a/sw/source/ui/ribbar/workctrl.src
+++ b/sw/source/ui/ribbar/workctrl.src
@@ -138,12 +138,12 @@ FloatingWindow RID_SCROLL_NAVIGATION_WIN
     };
     FixedLine FL_SEP
     {
-        //no position, no text
+        // no position, no text
         Size = MAP_APPFONT ( 20, 4 ) ;
     };
     FixedText FI_INFO
     {
-        //no position, no text
+        // no position, no text
         Size = MAP_APPFONT ( 20, 8 ) ;
         Center = TRUE ;
     };
@@ -201,7 +201,7 @@ FloatingWindow RID_SCROLL_NAVIGATION_WIN
     };
     String ST_POSTIT
     {
-        Text [ en-US ] = "Note" ;
+        Text [ en-US ] = "Comment" ;
     };
     String ST_SRCH_REP
     {
@@ -226,12 +226,12 @@ Noch ein paar Reserven
             ToolBoxItem
             {
                 Identifier = NID_NEXT;
-                Text = "Vorwärts" ;
+                Text = "Vorwärts" ;
                         };
             ToolBoxItem
             {
                 Identifier = NID_PREV;
-                Text = "Rückwärts" ;
+                Text = "Rückwärts" ;
                         };
             ToolBoxItem
             {
@@ -247,7 +247,7 @@ Noch ein paar Reserven
 
 */
 /***************************************************************
-    Strings fuer die Quickhelp der View-PgUp/Down-Buttons
+    Quickhelp strings for View-Up/Down buttons
 ***************************************************************/
 String STR_IMGBTN_NEXT_DOWN
 {
@@ -307,11 +307,11 @@ String STR_IMGBTN_FTN_DOWN
 };
 String STR_IMGBTN_MARK_DOWN
 {
-    Text [ en-US ] = "Next Reminder" ;
+    Text [ en-US ] = "Next reminder" ;
 };
 String STR_IMGBTN_POSTIT_DOWN
 {
-    Text [ en-US ] = "Next Note" ;
+    Text [ en-US ] = "Next comment" ;
 };
 String STR_IMGBTN_SRCH_REP_DOWN
 {
@@ -379,11 +379,11 @@ String STR_IMGBTN_FTN_UP
 };
 String STR_IMGBTN_MARK_UP
 {
-    Text [ en-US ] = "Previous Reminder" ;
+    Text [ en-US ] = "Previous reminder" ;
 };
 String STR_IMGBTN_POSTIT_UP
 {
-    Text [ en-US ] = "Previous Note" ;
+    Text [ en-US ] = "Previous comment" ;
 };
 String STR_IMGBTN_SRCH_REP_UP
 {


More information about the Libreoffice-commits mailing list