From 6b15ec3f6dcf20b11ff0337274dbacc19d109062 Mon Sep 17 00:00:00 2001
From: jvergara <jvergara@localhost>
Date: Tue, 15 Apr 2008 05:42:43 +0000
Subject: [PATCH] Fix for issue 3171 (dsreplication ease of use).
---
opendj-sdk/opends/src/messages/messages/utility.properties | 2 +-
opendj-sdk/opends/src/messages/messages/admin_tool.properties | 4 ++--
2 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 62e1b94..b60723b 100644
--- a/opendj-sdk/opends/src/messages/messages/admin_tool.properties
+++ b/opendj-sdk/opends/src/messages/messages/admin_tool.properties
@@ -456,8 +456,8 @@
times
INFO_DESCRIPTION_REPLICATION_ADMIN_UID=User ID of the \
Global Administrator to use to bind to the server. For the '%s' subcommand \
- if no Global Administrator was defined previously for none of the server one \
- will be created using the provided data.
+ if no Global Administrator was defined previously for none of the server the \
+ Global Administrator will be created using the provided data.
INFO_DESCRIPTION_REPLICATION_ADMIN_BINDPASSWORD=The global \
administrator password
INFO_DESCRIPTION_REPLICATION_ADMIN_BINDPASSWORDFILE=The file \
diff --git a/opendj-sdk/opends/src/messages/messages/utility.properties b/opendj-sdk/opends/src/messages/messages/utility.properties
index 2cdd47a..1d3f4bf 100644
--- a/opendj-sdk/opends/src/messages/messages/utility.properties
+++ b/opendj-sdk/opends/src/messages/messages/utility.properties
@@ -546,7 +546,7 @@
INFO_PROMPT_SINGLE_DEFAULT_261=%s [%s]:
INFO_LDAP_CONN_PROMPT_ADMINISTRATOR_UID_262=Global Administrator User ID [%s]:
INFO_LDAP_CONN_GLOBAL_ADMINISTRATOR_OR_BINDDN_PROMPT_263=Global Administrator \
- User ID (or bind DN if no Global Administrator is defined) [%s]:
+ User ID, or bind DN if no Global Administrator is defined [%s]:
INFO_ARGPARSER_USAGE_JAVA_CLASSNAME_264=Usage: java %s {options}
INFO_ARGPARSER_USAGE_JAVA_SCRIPTNAME_265=Usage: %s {options}
INFO_ARGPARSER_USAGE_TRAILINGARGS_266={trailing-arguments}
--
Gitblit v1.10.0