From 6bc90620fff0f81d57e31f3d16755b82967ef536 Mon Sep 17 00:00:00 2001
From: jvergara <jvergara@localhost>
Date: Wed, 22 Jul 2009 16:52:26 +0000
Subject: [PATCH] Fix some redundant description messages and make them consistent.

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

diff --git a/opends/src/messages/messages/admin_tool.properties b/opends/src/messages/messages/admin_tool.properties
index 550d1c2..94c19c7 100644
--- a/opends/src/messages/messages/admin_tool.properties
+++ b/opends/src/messages/messages/admin_tool.properties
@@ -390,8 +390,8 @@
 INFO_UNINSTALLDS_DESCRIPTION_REMOVE_LDIF_FILES=Remove LDIF files
 INFO_DESCRIPTION_ADMIN_UID=User ID of the Global Administrator \
  to use to bind to the server
-INFO_DESCRIPTION_ENABLE_REPLICATION_HOST1=Fully qualified directory server \
- host name or IP address of the first server whose contents will be replicated
+INFO_DESCRIPTION_ENABLE_REPLICATION_HOST1=Fully qualified host name or IP \
+ address of the first server whose contents will be replicated
 INFO_DESCRIPTION_ENABLE_REPLICATION_SERVER_PORT1=Directory server administration port \
  number of the first server whose contents will be replicated
 INFO_DESCRIPTION_ENABLE_REPLICATION_BINDDN1=DN to use to \
@@ -422,8 +422,8 @@
  only have a changelog (with a replication port) on the first server.  The \
  first server will not contain replicated data but only a changelog with the \
  modifications made in the data contained in other servers
-INFO_DESCRIPTION_ENABLE_REPLICATION_HOST2=Fully qualified directory server \
- host name or IP address of the second server whose contents will be replicated
+INFO_DESCRIPTION_ENABLE_REPLICATION_HOST2=Fully qualified host name or IP \
+ address of the second server whose contents will be replicated
 INFO_DESCRIPTION_ENABLE_REPLICATION_SERVER_PORT2=Directory server \
  administration port number of the second server whose contents will be \
  replicated
@@ -478,14 +478,14 @@
  administrator password
 INFO_DESCRIPTION_REPLICATION_ADMIN_BINDPASSWORDFILE=The file \
  containing the password of the global administrator
-INFO_DESCRIPTION_INITIALIZE_REPLICATION_HOST_SOURCE=Directory server \
- hostname or IP address of the source server whose contents will be used to \
+INFO_DESCRIPTION_INITIALIZE_REPLICATION_HOST_SOURCE=Fully qualified host name \
+ or IP address of the source server whose contents will be used to \
  initialize the destination server
 INFO_DESCRIPTION_INITIALIZE_REPLICATION_SERVER_PORT_SOURCE=Directory \
  server administration port number of the source server whose contents will be used to \
  initialize the destination server
-INFO_DESCRIPTION_INITIALIZE_REPLICATION_HOST_DESTINATION=Directory server \
- hostname or IP address of the destination server whose contents will be \
+INFO_DESCRIPTION_INITIALIZE_REPLICATION_HOST_DESTINATION=Fully qualified host \
+ name or IP address of the destination server whose contents will be \
  initialized
 INFO_DESCRIPTION_INITIALIZE_REPLICATION_SERVER_PORT_DESTINATION=Directory \
  server administration port number of the destination server whose contents will be initialized

--
Gitblit v1.10.0