From e69b2bf42d96730613e893b9f256cda1b2a7b805 Mon Sep 17 00:00:00 2001
From: jvergara <jvergara@localhost>
Date: Thu, 30 Aug 2007 22:19:35 +0000
Subject: [PATCH] Fix for issue 2200.

---
 opendj-sdk/opends/src/messages/messages/admin_tool.properties |   42 +++++++++++++++++++++++++-----------------
 1 files changed, 25 insertions(+), 17 deletions(-)

diff --git a/opendj-sdk/opends/src/messages/messages/admin_tool.properties b/opendj-sdk/opends/src/messages/messages/admin_tool.properties
index 365c112..d4ea5e6 100644
--- a/opendj-sdk/opends/src/messages/messages/admin_tool.properties
+++ b/opendj-sdk/opends/src/messages/messages/admin_tool.properties
@@ -93,15 +93,20 @@
 SEVERE_ERR_CLI_UNINSTALL_NOTHING_TO_BE_UNINSTALLED=You must select something \
  to be uninstalled.
 INFO_CLI_UNINSTALL_SERVER_STOPPED=The Server is Stopped.
-INFO_CLI_UNINSTALL_CONFIRM_UPDATE_REMOTE=This server is configured \
-to do replication.  In order to remove references to this server in other \
-OpenDS servers you must provide administrator authentication.  Do you want to \
-provide authentication to remove the remote references?
-INFO_CLI_UNINSTALL_CONFIRM_UPDATE_REMOTE_AND_START=This server is configured \
-to do replication.  In order to remove references to this server in other \
-OpenDS servers the server must be started and then you must provide \
-administrator authentication.  Do you want to start the server and then \
-provide authentication to remove the remote references?
+INFO_CLI_UNINSTALL_CONFIRM_UPDATE_REMOTE=This server is configured to do \
+ replication.%nIf the server is actually replicating contents with other \
+ servers you must provide administrator authentication to remove \
+ references to this server in the replicating OpenDS servers.%n%nType 'Yes' to \
+ provide authentication to remove the remote references.%nType 'No' to \
+ continue the uninstall without updating remote references.%nProvide \
+ authentication?
+INFO_CLI_UNINSTALL_CONFIRM_UPDATE_REMOTE_AND_START=This server is \
+ configured to do replication.%nIf the server is actually replicating contents \
+ with other servers it must be started and you must provide administrator \
+ authentication to remove references to this server in the replicating OpenDS \
+ servers.%n%nType 'Yes' to start the server and then provide authentication \
+ to remove the remote references.%nType 'No' to continue the uninstall without \
+ updating remote references.%nStart the server and provide authentication?
 INFO_UNINSTALL_CLI_REFERENCED_HOSTNAME_PROMPT=The name of this host (or IP \
 address) as it is referenced in remote servers for replication
 INFO_UNINSTALL_CONFIRM_PROVIDE_AUTHENTICATION_AGAIN=Do you want to provide \
@@ -140,17 +145,20 @@
  system. If all are selected, the server will be removed entirely.
 INFO_CONFIRM_UNINSTALL_PANEL_TITLE=Uninstall Options
 INFO_CONFIRM_UNINSTALL_REPLICATION_SERVER_NOT_RUNNING_MSG=This server is \
- configured to do replication.%nIn order to remove references to this server \
- in other OpenDS servers the server will be started and then you must provide \
- administrator authentication.%n%nClick on 'Yes' to start the server and then \
- provide authentication to remove the remote references.
+ configured to do replication.%nIf the server is actually replicating contents \
+ with other servers it must be started and then you must provide \
+ administrator authentication to remove references to this server \
+ in the replicating OpenDS servers.%n%nClick on 'Yes' to start the server and \
+ then provide authentication to remove the remote references.%nClick on 'No' \
+ to continue the uninstall without updating remote references.
 INFO_CONFIRM_UNINSTALL_REPLICATION_SERVER_NOT_RUNNING_TITLE=Confirmation \
  Required
 INFO_CONFIRM_UNINSTALL_REPLICATION_SERVER_RUNNING_MSG=This server is \
- configured to do replication.%nIn order to remove references to this server \
- in other OpenDS servers you must provide administrator \
- authentication.%n%nClick on 'Yes' to provide authentication to remove the \
- remote references.
+ configured to do replication.%nIf the server is actually replicating contents \
+ with other servers you must provide administrator authentication to remove \
+ references to this server in the replicating OpenDS servers.%n%nClick on \
+ 'Yes' to provide authentication to remove the remote references.%nClick on \
+ 'No' to continue the uninstall without updating remote references.
 INFO_CONFIRM_UNINSTALL_REPLICATION_SERVER_RUNNING_TITLE=Confirmation Required
 INFO_CONFIRM_UNINSTALL_SERVER_NOT_RUNNING_MSG=Confirm Uninstall%nAll selected \
  files will be permanently deleted, are you sure you want to continue?

--
Gitblit v1.10.0