From 825dbf7756c96476ff2011fa25f0d66cd44d5711 Mon Sep 17 00:00:00 2001
From: jvergara <jvergara@localhost>
Date: Mon, 17 Sep 2007 16:54:34 +0000
Subject: [PATCH] Fix for issue 2291.

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

diff --git a/opends/src/messages/messages/admin_tool.properties b/opends/src/messages/messages/admin_tool.properties
index 8c58364..5f157b8 100644
--- a/opends/src/messages/messages/admin_tool.properties
+++ b/opends/src/messages/messages/admin_tool.properties
@@ -411,7 +411,7 @@
 INFO_DESCRIPTION_ENABLE_REPLICATION_HOST2=Directory server hostname or IP \
  address of the second server whose contents will be replicated
 INFO_DESCRIPTION_ENABLE_REPLICATION_SERVER_PORT2=Directory server port \
- number of the first server whose contents will be replicated
+ number of the second server whose contents will be replicated
 INFO_DESCRIPTION_ENABLE_REPLICATION_BINDDN2=Specifies the DN to use to \
  bind to the second server whose contents will be replicated.  If not \
  specified the global administrator will be used to bind
@@ -421,11 +421,11 @@
  schema between the servers.
 INFO_DESCRIPTION_ENABLE_REPLICATION_BINDPASSWORD2=Specifies the password \
  to use to bind to the second server whose contents will be replicated.  If no \
- bind DN was specified for the first server the password of the global \
+ bind DN was specified for the second server the password of the global \
  administrator will be used to bind
 INFO_DESCRIPTION_ENABLE_REPLICATION_BINDPASSWORDFILE2=Specifies the file \
  containing the password to use to bind to the second server whose contents \
- will be replicated.  If no bind DN was specified for the first server the \
+ will be replicated.  If no bind DN was specified for the second server the \
  password of the global administrator will be used to bind
 INFO_DESCRIPTION_ENABLE_REPLICATION_USE_SSL2=Use SSL for secure \
  communication with the second server

--
Gitblit v1.10.0