From d0c1cf674b16b4ad23456ada244c7be9a0dbe9d0 Mon Sep 17 00:00:00 2001
From: lfrost <lfrost@localhost>
Date: Wed, 30 Jan 2008 08:59:11 +0000
Subject: [PATCH] Fix minor grammatical error in dsreplication help

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

diff --git a/opendj-sdk/opends/src/messages/messages/admin_tool.properties b/opendj-sdk/opends/src/messages/messages/admin_tool.properties
index 48ef973..4eea6fd 100644
--- a/opendj-sdk/opends/src/messages/messages/admin_tool.properties
+++ b/opendj-sdk/opends/src/messages/messages/admin_tool.properties
@@ -748,9 +748,9 @@
 INFO_REPLICATION_STATUS_HEADER_REPLICATION_PORT=Port (3)
 INFO_REPLICATION_STATUS_HEADER_SECURE=Security (4)
 INFO_REPLICATION_STATUS_REPLICATED_LEGEND=[1] The number of changes that are \
- still missing on this server (and that have been at least applied to one of \
- the other servers).%n[2] Age of oldest missing change: the date where the \
- oldest change that has not arrived to this server was generated.%n[3] The \
+ still missing on this server (and that have been applied to at least one of \
+ the other servers).%n[2] Age of oldest missing change: the date on which the \
+ oldest change that has not arrived on this server was generated.%n[3] The \
  port used to communicate between the servers whose contents are being \
  replicated.%n[4] Whether the replication communication through the \
  replication port is encrypted or not.

--
Gitblit v1.10.0