From 2ad60cfec2ff93847fc648a335a9a8dced5060cd Mon Sep 17 00:00:00 2001
From: jvergara <jvergara@localhost>
Date: Fri, 17 Jul 2009 00:45:21 +0000
Subject: [PATCH] Update some messages to avoid using the term 'OpenDS'.  This helps to make productization easier. Change the name of the return code CANCELLED to CANCELED to be consistent with the rest of the code.. When we start the server, use the administration port to connect to the server instead of the LDAP port, since we know that there is always an administration port but not necessarily an LDAP port.

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

diff --git a/opends/src/messages/messages/quicksetup.properties b/opends/src/messages/messages/quicksetup.properties
index 2461119..9675e24 100644
--- a/opends/src/messages/messages/quicksetup.properties
+++ b/opends/src/messages/messages/quicksetup.properties
@@ -551,6 +551,7 @@
 INFO_INITIALIZE_PROGRESS_WITH_UNPROCESSED=%s remaining to be processed.
 INFO_INSTALL_SERVER_MUST_BE_TEMPORARILY_STARTED=The Server will be \
  temporarily started.
+INFO_INSTALL_CANCELED=Setup canceled.
 INFO_INSTALLANDUPGRADE_WELCOME_PANEL_INSTRUCTIONS=The OpenDS QuickSetup tool \
  can either install and configure a new server instance or upgrade an existing \
  server instance. In either case, QuickSetup will use the latest weekly build, \

--
Gitblit v1.10.0