summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--desktop/source/app/desktop.src9
1 files changed, 7 insertions, 2 deletions
diff --git a/desktop/source/app/desktop.src b/desktop/source/app/desktop.src
index f5f2e30ed727..4f4f89548987 100644
--- a/desktop/source/app/desktop.src
+++ b/desktop/source/app/desktop.src
@@ -4,9 +4,9 @@
*
* $RCSfile: desktop.src,v $
*
- * $Revision: 1.71 $
+ * $Revision: 1.72 $
*
- * last change: $Author: kz $ $Date: 2007-06-19 16:18:48 $
+ * last change: $Author: ihi $ $Date: 2007-07-10 15:24:49 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -91,6 +91,11 @@ String STR_BOOTSTRAP_ERR_NO_SUPPORT
Text [ en-US ] = "The configuration file \"$1\" does not support the current version.";
};
+String STR_BOOTSTRAP_ERR_LANGUAGE_MISSING
+{
+ Text [ en-US ] = "The user interface language cannot be determined.";
+};
+
String STR_BOOTSTRAP_ERR_NO_SERVICE
{
Text [ en-US ] = "The component manager is not available.";