diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2008-08-19 11:48:01 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2008-08-19 11:48:01 +0000 |
commit | 06b3fd2ba700d864948cff9ba0579b1549e12590 (patch) | |
tree | c267381f9663becdde36e84d17eb3ce53de9151b /basic | |
parent | c0dc9e33c218310f01cfa61de7926ac4e56a666b (diff) |
INTEGRATION: CWS gh15 (1.75.8); FILE MERGED
2008/07/31 19:54:14 gh 1.75.8.3: fix typo
2008/05/09 13:30:31 gh 1.75.8.2: #132232#one more errormesage: S_MENU_NOT_CLOSING
2008/05/02 15:13:04 gh 1.75.8.1: #132232#one more errormesage: S_MENU_NOT_CLOSING
Diffstat (limited to 'basic')
-rw-r--r-- | basic/source/app/svtmsg.src | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/basic/source/app/svtmsg.src b/basic/source/app/svtmsg.src index abff3285a374..456e2046c065 100644 --- a/basic/source/app/svtmsg.src +++ b/basic/source/app/svtmsg.src @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: svtmsg.src,v $ - * $Revision: 1.75 $ + * $Revision: 1.76 $ * * This file is part of OpenOffice.org. * @@ -214,7 +214,7 @@ String S_TEAROFF_FAILED // Has to stay in for old res files String S_NO_SELECTED_ENTRY_DEPRECATED { - Text[ en-US ] = "No entry is selected in TreeListBox at ($Arg1)"; + Text[ en-US ] = "No entry is selected in TreeListBx at ($Arg1)"; }; String S_NO_SELECTED_ENTRY { @@ -336,3 +336,7 @@ String S_SLOT_IN_EXECUTE { Text[ en-US ] = "Another Slot is being executed already."; }; +String S_MENU_NOT_CLOSING +{ + Text[ en-US ] = "Menu not closing."; +}; |