From 03889ce7e5a3006559920ea368b7378b6fb730de Mon Sep 17 00:00:00 2001
From: lfrost <lfrost@localhost>
Date: Mon, 26 Nov 2007 08:50:01 +0000
Subject: [PATCH]      Fix for Issue #1961 (reviewed by Josu)  * Remove instances of "Specifies the..."  * Remove instances of "Indicates that..."  * Reword instances of "Specifies to..." (which doesn't really make    sense anyway)  * Change instances of "This utility may be used..." to "This utility    can be used..." as discussed in a previous issue  * Change some erroneous instances of "may" to "might" or "can". This    might sound like a pointless change but it has implications for    localization - "may" is generally ambiguous. 

---
 opends/src/messages/messages/sync.properties |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/opends/src/messages/messages/sync.properties b/opends/src/messages/messages/sync.properties
index 3c05f88..ea58ff5 100644
--- a/opends/src/messages/messages/sync.properties
+++ b/opends/src/messages/messages/sync.properties
@@ -98,24 +98,24 @@
  operation: %s
 MILD_ERR_FILE_CHECK_CREATE_FAILED_36=An Exception was caught while testing \
  existence or trying  to create the directory for the changelog database : %s
-INFO_CHANGELOG_SERVER_ATTR_37=Specifies the list of replication servers to \
+INFO_CHANGELOG_SERVER_ATTR_37=List of replication servers to \
  which this replication server should connect. Each value of this attribute \
  should contain a values build with the hostname and the port number of the \
  remote server separated with a ":"
-INFO_SERVER_ID_ATTR_38=Specifies the server ID. Each replication server in \
+INFO_SERVER_ID_ATTR_38=Server ID. Each replication server in \
  the topology Must be assigned a unique server ID in the topology
-INFO_CHANGELOG_PORT_ATTR_39=Specifies the port number that the replication \
+INFO_CHANGELOG_PORT_ATTR_39=Port number that the replication \
  server will use to listen for connections from LDAP servers
-INFO_WINDOW_SIZE_ATTR_40=Specifies the receive window size of the replication \
+INFO_WINDOW_SIZE_ATTR_40=Receive window size of the replication \
  server
-INFO_QUEUE_SIZE_ATTR_41=Specifies the receive queue size of the replication \
+INFO_QUEUE_SIZE_ATTR_41=Receive queue size of the replication \
  server. The replication servers will queue up to this number of messages in \
  its memory queue and save the older messages to persistent storage. Using a \
  larger size may improve performances when The replication delay is larger \
  than this size but at the cost of using more memory
-INFO_CHANGELOG_DIR_PATH_ATTR_42=Specifies the replication server directory. \
+INFO_CHANGELOG_DIR_PATH_ATTR_42=Replication server directory. \
  The replication server will create all persistent storage below this path
-INFO_PURGE_DELAY_ATTR_43=Specifies the Changelog Purge Delay, The replication \
+INFO_PURGE_DELAY_ATTR_43=Changelog Purge Delay, The replication \
  servers will keep all changes up to this amount of time before deleting them. \
  This values defines the maximum age of a backup that can be restored because \
  replication servers would not be able to refresh LDAP servers with older \

--
Gitblit v1.10.0