summaryrefslogtreecommitdiff
path: root/desktop/source/deployment/unopkg
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-03-07 10:05:40 +0000
committerKurt Zenker <kz@openoffice.org>2008-03-07 10:05:40 +0000
commitad943a16333d211e3ba971f0b7e8d42963b0b223 (patch)
treeb39f4419706a399ac11b8e71fa5d40a3ac9256f1 /desktop/source/deployment/unopkg
parent68272acdd179c602df63324af199757556e55166 (diff)
INTEGRATION: CWS jl91_DEV300 (1.4.168); FILE MERGED
2008/02/27 13:07:22 jl 1.4.168.1: #i79333# addin string for warning box for the case when there is already an unopkg running
Diffstat (limited to 'desktop/source/deployment/unopkg')
-rw-r--r--desktop/source/deployment/unopkg/unopkg.src10
1 files changed, 7 insertions, 3 deletions
diff --git a/desktop/source/deployment/unopkg/unopkg.src b/desktop/source/deployment/unopkg/unopkg.src
index 62d5b0b9279a..36fe662d00d7 100644
--- a/desktop/source/deployment/unopkg/unopkg.src
+++ b/desktop/source/deployment/unopkg/unopkg.src
@@ -1,12 +1,12 @@
-/*************************************************************************
+/*************************************************************************
*
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: unopkg.src,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: hr $ $Date: 2007-06-26 11:13:09 $
+ * last change: $Author: kz $ $Date: 2008-03-07 11:05:40 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -84,3 +84,7 @@ String RID_STR_UNOPKG_ACCEPT_LIC_N
Text [ en-US ] = "N";
};
+String RID_STR_CONCURRENTINSTANCE
+{
+ Text [ en-US ] = "You need to close the already opened Extension Manager to continue.";
+};