From 794a46abb22dd1cf58a48bf096a15117fa799859 Mon Sep 17 00:00:00 2001
From: kenneth_suter <kenneth_suter@localhost>
Date: Tue, 05 Jun 2007 14:06:42 +0000
Subject: [PATCH] protect against NPE in cases where something is fundamentally wrong and things are not initialized as usual
---
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/resources/Resources.properties | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/resources/Resources.properties b/opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/resources/Resources.properties
index 51929d3..280e88d 100644
--- a/opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/resources/Resources.properties
+++ b/opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/resources/Resources.properties
@@ -853,7 +853,7 @@
<br>The upgrade operation was canceled and the installation has been \
restored to the state it was in before the upgrade operation.\
<br><br><INPUT type="submit" value="Launch Status Panel"></INPUT>
-summary-upgrade-finished-canceled-cli=<b>OpenDS QuickUpgrade Canceled. \
+summary-upgrade-finished-canceled-cli=OpenDS QuickUpgrade Canceled. \
The upgrade operation was canceled and the installation has been \
restored to the state it was in before the upgrade operation.
#
@@ -1042,4 +1042,5 @@
general-loading=Loading...
general-see-for-details=See {0} for a detailed log of this operation.
-general-build-id=Build ID
\ No newline at end of file
+general-build-id=Build ID
+general-unset=Unset
\ No newline at end of file
--
Gitblit v1.10.0