diff options
-rw-r--r-- | cui/source/dialogs/postdlg.src | 6 | ||||
-rw-r--r-- | sw/source/ui/inc/shells.hrc | 1 | ||||
-rw-r--r-- | sw/source/ui/ribbar/workctrl.src | 6 | ||||
-rw-r--r-- | sw/source/ui/shells/shells.src | 4 |
4 files changed, 6 insertions, 11 deletions
diff --git a/cui/source/dialogs/postdlg.src b/cui/source/dialogs/postdlg.src index 9b652357296b..33d5871c6d2b 100644 --- a/cui/source/dialogs/postdlg.src +++ b/cui/source/dialogs/postdlg.src @@ -37,7 +37,7 @@ ModalDialog RID_SVXDLG_POSTIT OutputSize = TRUE ; SvLook = TRUE ; Size = MAP_APPFONT ( 198 , 134 ) ; - Text [ en-US ] = "Note" ; + Text [ en-US ] = "Comment" ; Moveable = TRUE ; FixedText FT_LASTEDITLABEL { @@ -122,11 +122,11 @@ ModalDialog RID_SVXDLG_POSTIT // lokale Strings String STR_NOTIZ_EDIT { - Text [ en-US ] = "Edit Note" ; + Text [ en-US ] = "Edit Comment" ; }; String STR_NOTIZ_INSERT { - Text [ en-US ] = "Insert note" ; + Text [ en-US ] = "Insert Comment" ; }; }; // ********************************************************************** EOF diff --git a/sw/source/ui/inc/shells.hrc b/sw/source/ui/inc/shells.hrc index 6c3e4096fdb7..0c96219a9fc6 100644 --- a/sw/source/ui/inc/shells.hrc +++ b/sw/source/ui/inc/shells.hrc @@ -37,7 +37,6 @@ #define STR_GRFILTER_FILTERERROR (RC_SHELLS_BEGIN + 5) #define STR_GRFILTER_TOOBIG (RC_SHELLS_BEGIN + 6) #define STR_INSERT_GRAPHIC (RC_SHELLS_BEGIN + 7) -#define STR_NOTIZ_INSERT (RC_SHELLS_BEGIN + 8) #define DLG_IMPORT_DBNAME (RC_SHELLS_BEGIN + 9) #define STR_NO_ADDRESSBOOK (RC_SHELLS_BEGIN + 10) #define STR_REDLINE_COMMENT (RC_SHELLS_BEGIN + 11) diff --git a/sw/source/ui/ribbar/workctrl.src b/sw/source/ui/ribbar/workctrl.src index 6aac347a61ce..615f35fcafc6 100644 --- a/sw/source/ui/ribbar/workctrl.src +++ b/sw/source/ui/ribbar/workctrl.src @@ -197,7 +197,7 @@ FloatingWindow RID_SCROLL_NAVIGATION_WIN }; String ST_POSTIT { - Text [ en-US ] = "Note" ; + Text [ en-US ] = "Comment" ; }; String ST_SRCH_REP { @@ -282,7 +282,7 @@ String STR_IMGBTN_MARK_DOWN }; String STR_IMGBTN_POSTIT_DOWN { - Text [ en-US ] = "Next Note" ; + Text [ en-US ] = "Next Comment" ; }; String STR_IMGBTN_SRCH_REP_DOWN { @@ -354,7 +354,7 @@ String STR_IMGBTN_MARK_UP }; String STR_IMGBTN_POSTIT_UP { - Text [ en-US ] = "Previous Note" ; + Text [ en-US ] = "Previous Comment" ; }; String STR_IMGBTN_SRCH_REP_UP { diff --git a/sw/source/ui/shells/shells.src b/sw/source/ui/shells/shells.src index ee1f6ec77992..ff8e093ce933 100644 --- a/sw/source/ui/shells/shells.src +++ b/sw/source/ui/shells/shells.src @@ -66,10 +66,6 @@ String STR_NO_ADDRESSBOOK { Text [ en-US ] = "An Address Book does not exist" ; }; -String STR_NOTIZ_INSERT -{ - Text [ en-US ] = "Insert Note" ; -}; String STR_REDLINE_COMMENT { Text [ en-US ] = "Comment: " ; |