summaryrefslogtreecommitdiff
path: root/cui
diff options
context:
space:
mode:
authorAndras Timar <atimar@suse.com>2012-06-07 09:29:03 +0200
committerAndras Timar <atimar@suse.com>2012-06-07 09:39:18 +0200
commit5e945f4009769e6349e2b00959803b1e2e94391e (patch)
treeb1d3bce5a6bb00578916d5d42ca5207a42800fc3 /cui
parent9277c7320406b4737bd71564e341464676c66e31 (diff)
fdo#50809 use the word 'Comment' instead of 'Note' everywhere
Change-Id: Ia42060d415516a1ba8e23f913875786fe27c9710
Diffstat (limited to 'cui')
-rw-r--r--cui/source/dialogs/postdlg.src6
1 files changed, 3 insertions, 3 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