From 60f9b432b0f42f48a3c2371202e132dec9bb9713 Mon Sep 17 00:00:00 2001
From: jvergara <jvergara@localhost>
Date: Thu, 10 Dec 2009 17:00:49 +0000
Subject: [PATCH] Complete a potential fix for issue 4394 (Quicksetup doesn't work with openJDK 1.6 64 bits (fedora core 12))

---
 opends/src/messages/messages/quicksetup.properties |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/opends/src/messages/messages/quicksetup.properties b/opends/src/messages/messages/quicksetup.properties
index 584b0ea..e002c66 100644
--- a/opends/src/messages/messages/quicksetup.properties
+++ b/opends/src/messages/messages/quicksetup.properties
@@ -262,7 +262,7 @@
 INFO_DOWNLOADING_ERROR=An error occurred downloading remote file(s) %s.
 INFO_DOWNLOADING_ERROR_NO_SERVICE_FOUND=An error occurred.  Could not find \
  service '%s'.   Setup using JNLP is not supported with your JDK \
- installation.  Download a ZIP installation, un-zip it and run 'setup' to \
+ installation.  Download a ZIP installation, un-zip it and run script %s to \
  install the server.
 INFO_DOWNLOADING_RATIO=Downloading: %s%% Completed.
 INFO_EMPTY_ADMINISTRATOR_PWD=You must provide a Global Administrative User \

--
Gitblit v1.10.0