From 06b3fd2ba700d864948cff9ba0579b1549e12590 Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Tue, 19 Aug 2008 11:48:01 +0000 Subject: 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 --- basic/source/app/svtmsg.src | 8 ++++++-- 1 file 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 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."; +}; -- cgit