From 986884f5183278ddf6e7a5a9fbf4743079bf2d7a Mon Sep 17 00:00:00 2001
From: jvergara <jvergara@localhost>
Date: Tue, 13 Nov 2007 17:42:41 +0000
Subject: [PATCH] Fix some syntax errors in the dsreplication command-line description.

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

diff --git a/opendj-sdk/opends/src/messages/messages/admin_tool.properties b/opendj-sdk/opends/src/messages/messages/admin_tool.properties
index d79403a..290a789 100644
--- a/opendj-sdk/opends/src/messages/messages/admin_tool.properties
+++ b/opendj-sdk/opends/src/messages/messages/admin_tool.properties
@@ -474,9 +474,9 @@
  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 \
+ For replication to work you must first to enable replication using the \
  {%s} subcommand and then initialize the contents of one of \
- servers with the contents of the other using the {%s} subcommand.
+ the servers with the contents of the other using the {%s} subcommand.
 INFO_REPLICATION_DESCRIPTION_QUIET=Perform a quiet operation (no \
  progress information is written to the standard output)
 INFO_DESCRIPTION_DISABLE_REPLICATION_BINDDN=Specifies the DN to use to \

--
Gitblit v1.10.0