From 02093f726f7582e1ffd6ef12c16caf68451a833d Mon Sep 17 00:00:00 2001
From: kenneth_suter <kenneth_suter@localhost>
Date: Thu, 29 Mar 2007 15:09:14 +0000
Subject: [PATCH] These refactorings are essential in anticipation of a new quicksetup application for the upgrader feature (issue 598).  These changes were reviewed by Josu. 

---
 opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/resources/Resources.properties |    2 +-
 1 files changed, 1 insertions(+), 1 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 4c9d7eb..19be787 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
@@ -594,7 +594,7 @@
 error-zip-stream=An unexpected error occurred reading the zip file {0}.
 exception-details=Details: {0}
 downloading-error=An error occurred downloading remote file(s) {0}.
-error-zipinputstreamnull=Could not retrieve zip file.  The input stream \
+error-zipinputstreamnull=Could not retrieve zip file {0}.  The input stream \
 is null.
 bug-msg=An unexpected error occurred.
 error-configuring=An error occurred configuring the server.

--
Gitblit v1.10.0