From e523c3b1f2ab90f2b424bdefe674a0fd3d8da7f4 Mon Sep 17 00:00:00 2001
From: Ludovic Poitou <ludovic.poitou@forgerock.com>
Date: Thu, 23 Jun 2011 17:07:56 +0000
Subject: [PATCH] Fix for issue OPENDJ-214. Rebranded as OpenDJ and now uses product-name variable.

---
 opends/src/admin/messages/ReplicationServerCfgDefn.properties |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/opends/src/admin/messages/ReplicationServerCfgDefn.properties b/opends/src/admin/messages/ReplicationServerCfgDefn.properties
index 2122dc7..a051e39 100644
--- a/opends/src/admin/messages/ReplicationServerCfgDefn.properties
+++ b/opends/src/admin/messages/ReplicationServerCfgDefn.properties
@@ -9,7 +9,7 @@
 property.group-id.description=This value defines the group id of the replication server. The replication system of a LDAP server uses the group id of the replicated domain and tries to connect, if possible, to a replication with the same group id.
 property.monitoring-period.synopsis=The period between sending of monitoring messages.
 property.monitoring-period.description=Defines the number of milliseconds that the replication server will wait before sending new monitoring messages to its peers (replication servers and directory servers).
-property.queue-size.synopsis=Specifies the number of changes that are kept in memory for each Directory Server in the Replication Domain.
+property.queue-size.synopsis=Specifies the number of changes that are kept in memory for each directory server in the Replication Domain.
 property.replication-db-directory.synopsis=The path where the Replication Server stores all persistent information.
 property.replication-port.synopsis=The port on which this Replication Server waits for connections from other Replication Servers or Directory Servers.
 property.replication-purge-delay.synopsis=The time (in seconds) after which the Replication Server erases all persistent information.

--
Gitblit v1.10.0