summaryrefslogtreecommitdiff
path: root/basic
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-08-19 11:48:01 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-08-19 11:48:01 +0000
commit8fc161cdcda9f6b3e20c2cc11d6765e85899e437 (patch)
treed54cb3a9de00c8f691156766baa0c71b3302430e /basic
parent3e0c0ad4a5fd361963b968e126e6a7f4b76d77d0 (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.src8
1 files changed, 6 insertions, 2 deletions
diff --git a/basic/source/app/svtmsg.src b/basic/source/app/svtmsg.src
index 628132fd0b..b0d200819e 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 TreeListB”x 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.";
+};