sw/source/ui/ribbar/workctrl.src | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-)
New commits: commit 1aadb3938816d739c143c3b150d0413dfbbcfc86 Author: Matthias Seidel <[email protected]> AuthorDate: Mon Jul 29 17:56:59 2019 +0000 Commit: Matthias Seidel <[email protected]> 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 {
_______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
