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:31:04 +0200
commitf07b7ddb05194be946dc4d8dea39876ce2c2b76b (patch)
treecdde6657817d59552db0c44e74ce4b2acc7624a4 /cui
parent5601c5d395a5eece95a8d8a5600de91aa20485c6 (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