From 971d99efbc2199e3f13384fd493f7d1b8648f24d Mon Sep 17 00:00:00 2001 From: jvergara <jvergara@localhost> Date: Thu, 08 Nov 2007 00:13:27 +0000 Subject: [PATCH] Fix for issue 2573. --- opendj-sdk/opends/src/messages/messages/admin_tool.properties | 15 +++++++-------- 1 files changed, 7 insertions(+), 8 deletions(-) diff --git a/opendj-sdk/opends/src/messages/messages/admin_tool.properties b/opendj-sdk/opends/src/messages/messages/admin_tool.properties index fa63a69..c2f9c3a 100644 --- a/opendj-sdk/opends/src/messages/messages/admin_tool.properties +++ b/opendj-sdk/opends/src/messages/messages/admin_tool.properties @@ -465,24 +465,23 @@ 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 \ - initialize the destination server. + initialize the destination server INFO_DESCRIPTION_INITIALIZE_REPLICATION_SERVER_PORT_SOURCE=Directory \ server port number of the source server whose contents will be used to \ - initialize the destination server. + initialize the destination server INFO_DESCRIPTION_INITIALIZE_REPLICATION_USE_SSL_SOURCE=Use SSL for secure \ communication with the source server INFO_DESCRIPTION_INITIALIZE_REPLICATION_STARTTLS_SOURCE=Use StartTLS to \ secure communication with the source server INFO_DESCRIPTION_INITIALIZE_REPLICATION_HOST_DESTINATION=Directory server \ - hostname or IP address of the source server whose contents will be used to \ - initialize the destination server. + hostname or IP address of the destination server whose contents will be \ + initialized INFO_DESCRIPTION_INITIALIZE_REPLICATION_SERVER_PORT_DESTINATION=Directory \ - server port number of the source server whose contents will be used to \ - initialize the destination server. + server port number of the destination server whose contents will be initialized INFO_DESCRIPTION_INITIALIZE_REPLICATION_USE_SSL_DESTINATION=Use SSL for \ - secure communication with the source server + secure communication with the destination server INFO_DESCRIPTION_INITIALIZE_REPLICATION_STARTTLS_DESTINATION=Use \ - StartTLS to secure communication with the source server + StartTLS to secure communication with the destination server INFO_REPLICATION_TOOL_DESCRIPTION=This utility may be used to configure \ replication between servers so that the data of the servers is synchronized.\ In order replication to work you have first to enable replication using the \ -- Gitblit v1.10.0