From ad538a4677b2acebc4b0968907c801172faa2d47 Mon Sep 17 00:00:00 2001
From: jvergara <jvergara@localhost>
Date: Fri, 30 Oct 2009 22:51:47 +0000
Subject: [PATCH] Fix for issue 4326 (Allow setup of a Server without Data suffix)

---
 opends/src/messages/messages/admin_tool.properties |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/opends/src/messages/messages/admin_tool.properties b/opends/src/messages/messages/admin_tool.properties
index 9170f10..e7e932b 100644
--- a/opends/src/messages/messages/admin_tool.properties
+++ b/opends/src/messages/messages/admin_tool.properties
@@ -370,8 +370,8 @@
 INFO_UNKNOWN_LABEL=--
 INFO_UNINSTALLDS_DESCRIPTION_FORCE=Specifies whether the uninstall should \
  continue if there is an error updating references to this server in remote \
- server instances or not.  This argument can only be used with the %s no \
- prompt argument.
+ server instances or not.  This option can only be used with the %s no \
+ prompt option.
 INFO_DESCRIPTION_REFERENCED_HOST=The name of this host (or IP address) as \
  it is referenced in remote servers for replication
 INFO_UNINSTALLDS_DESCRIPTION_CLI=Specifies to use the command line \
@@ -470,7 +470,7 @@
 INFO_DESCRIPTION_REPLICATION_BASEDNS=Base DN of \
  the data to be replicated, initialized or for which we want to disable \
  replication.  Multiple base DN's can be provided by using this option multiple \
- times
+ times.  If this option is not provided no base DN will be created
 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 the \
@@ -569,13 +569,13 @@
 SEVERE_ERR_REPLICATION_VALID_SUBCOMMAND_NOT_FOUND=Could not find a valid \
  subcommand.  You must specify a subcommand when using the option %s.
 SEVERE_ERR_REPLICATION_STATUS_QUIET=The '%s' subcommand is not compatible with \
- the %s argument.
+ the %s option.
 INFO_REPLICATION_SUCCESSFUL=The operation has been successfully completed
 INFO_REPLICATION_SUCCESSFUL_NOP=The operation has been successfully completed, \
  but no action was required
 MILD_ERR_REPLICATION_USER_CANCELLED=User cancelled the operation
 SEVERE_ERR_REPLICATION_NO_MESSAGE=
-SEVERE_ERR_UNINSTALL_FORCE_REQUIRES_NO_PROMPT=The %s argument only can be \
+SEVERE_ERR_UNINSTALL_FORCE_REQUIRES_NO_PROMPT=The %s option only can be \
  used when %s has been specified
 INFO_REPLICATION_ENABLE_ADMINISTRATOR_MUST_BE_CREATED=Global Administrator \
  must be created.%nYou must provide the credentials of the Global \
@@ -679,7 +679,7 @@
 INFO_REPLICATION_DISABLE_ALL_SUFFIXES_KEEP_REPLICATION_SERVER=You have chosen \
  to disable replication on all the replicated base DN's of '%s'.  If you want \
  also the replication server (changelog and replication port) to be disabled \
- you must also specify the '--%s' or '--%s' argument.
+ you must also specify the '--%s' or '--%s' option.
 INFO_REPLICATION_DISABLE_ALL_SUFFIXES_DISABLE_REPLICATION_SERVER=You have \
  chosen to disable all the replicated base DN's on the server '%s'.  Do you \
  want to disable also the replication port '%d'?
@@ -946,12 +946,12 @@
 INFO_REPLICATION_POST_ENABLE_INFO=Replication has been successfully enabled.  \
  Note that for replication to work you must initialize the contents of the \
  base DN's that are being replicated (use %s %s to do so).
-SEVERE_ERR_REPLICATION_ERROR_MISSING_NON_INTERACTIVE_ARG=The argument \
+SEVERE_ERR_REPLICATION_ERROR_MISSING_NON_INTERACTIVE_ARG=The option \
  "--%s" must be specified when this application is used non-interactively
 INFO_REPLICATION_NON_INTERACTIVE=The equivalent non-interactive command-line \
  is:%n%s
 INFO_REPLICATION_DESCRIPTION_DISPLAY_EQUIVALENT=Display the equivalent \
- non-interactive argument in the standard output when this command is run in \
+ non-interactive option in the standard output when this command is run in \
  interactive mode
 INFO_REPLICATION_DESCRIPTION_EQUIVALENT_COMMAND_FILE_PATH=The full path to \
  the file where the equivalent non-interactive commands will be written when \

--
Gitblit v1.10.0