[Libreoffice-commits] .: Branch 'libreoffice-3-6' - cui/source sw/source
Andras Timar
timar at kemper.freedesktop.org
Thu Jun 7 00:39:27 PDT 2012
cui/source/dialogs/postdlg.src | 6 +++---
sw/source/ui/inc/shells.hrc | 1 -
sw/source/ui/ribbar/workctrl.src | 6 +++---
sw/source/ui/shells/shells.src | 4 ----
4 files changed, 6 insertions(+), 11 deletions(-)
New commits:
commit 5e945f4009769e6349e2b00959803b1e2e94391e
Author: Andras Timar <atimar at suse.com>
Date: Thu Jun 7 09:29:03 2012 +0200
fdo#50809 use the word 'Comment' instead of 'Note' everywhere
Change-Id: Ia42060d415516a1ba8e23f913875786fe27c9710
diff --git a/cui/source/dialogs/postdlg.src b/cui/source/dialogs/postdlg.src
index 9b65235..33d5871 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 6c3e409..0c96219 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 6aac347..615f35f 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 ee1f6ec..ff8e093 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: " ;
More information about the Libreoffice-commits
mailing list