From d954ca4d5899d00df2001ec877fc3ffe94ee28d8 Mon Sep 17 00:00:00 2001
From: Chris Ridd <chris.ridd@forgerock.com>
Date: Tue, 09 Apr 2013 14:45:33 +0000
Subject: [PATCH] CR-1523 Fix OPENDJ-818 dsreplication status shows disabled servers as enabled

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

diff --git a/opends/src/messages/messages/admin_tool.properties b/opends/src/messages/messages/admin_tool.properties
index 8ce2719..0f8f779 100644
--- a/opends/src/messages/messages/admin_tool.properties
+++ b/opends/src/messages/messages/admin_tool.properties
@@ -21,7 +21,7 @@
 # CDDL HEADER END
 #
 #      Copyright 2006-2010 Sun Microsystems, Inc.
-#      Portions copyright 2011-2012 ForgeRock AS.
+#      Portions copyright 2011-2013 ForgeRock AS.
 #      Portions copyright 2012 profiq s.r.o.
 
 
@@ -302,7 +302,8 @@
  name or port is provided, the tool will try to connect to the local server.
 INFO_STOP_BUTTON_LABEL=Stop
 INFO_STOP_BUTTON_TOOLTIP=Stops the Directory Server
-INFO_BASEDN_NOT_REPLICATED_LABEL=Disabled
+INFO_BASEDN_NOT_REPLICATED_LABEL=
+INFO_BASEDN_DISABLED_LABEL=Disabled
 INFO_BASEDN_REPLICATED_LABEL=Enabled
 INFO_SUMMARY_DELETING_EXTERNAL_DB_FILES=Deleting Database Files outside the \
  Installation Path...

--
Gitblit v1.10.0