From 66ad41503e32e26e11405b497a9592d98e2d05a0 Mon Sep 17 00:00:00 2001
From: jvergara <jvergara@localhost>
Date: Wed, 29 Aug 2007 17:54:56 +0000
Subject: [PATCH] Move the no option constant definition to ToolConstants. Refactor some code and put it in CliApplicationHelper. Fix some minor bugs in the output of the command-lines.

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

diff --git a/opends/src/messages/messages/admin_tool.properties b/opends/src/messages/messages/admin_tool.properties
index 29b6547..365c112 100644
--- a/opends/src/messages/messages/admin_tool.properties
+++ b/opends/src/messages/messages/admin_tool.properties
@@ -84,7 +84,6 @@
 INFO_CLI_UNINSTALL_CONFIRM_OUTSIDELOGS=The Directory Server contains log \
  files in the following locations outside the server path:%n%s%nRemove these \
  files?
-INFO_CLI_UNINSTALL_CONFIRM_PROMPT=%s%n[%s]:
 INFO_CLI_UNINSTALL_CONFIRM_STOP=The OpenDS server is currently running and \
  must be stopped before uninstallation can continue.%nStop the Server and \
  permanently delete the files?
@@ -111,6 +110,10 @@
 INFO_CLI_UNINSTALL_WHAT_TO_DELETE=Do you want to remove all components of \
  OpenDS or select the components to remove?%n1. Remove all components%n2. \
  Select the components to be removed%n3. Neither; Quit the uninstaller
+INFO_CLI_VIEW_DETAILS=View Details
+INFO_CLI_DO_YOU_WANT_TO_CONTINUE=Do you want to continue?
+INFO_CLI_NUMBER_PROMPT=Enter a number or press Enter to accept the default
+INFO_CLI_INVALID_RESPONSE=Invalid response
 INFO_CLI_YES_LONG=yes
 INFO_CLI_YES_SHORT=y
 INFO_CLI_NO_LONG=no

--
Gitblit v1.10.0