From c0f0d5aee47b462a9fcec7b80ca9ef2a180e9b9d Mon Sep 17 00:00:00 2001 From: jvergara <jvergara@localhost> Date: Thu, 08 Nov 2007 00:00:39 +0000 Subject: [PATCH] Update the code of the interactive installer to be consistent with dsconfig, setup and status command-lines in the formatting and in the format used to present certificates to the user. --- opendj-sdk/opends/src/messages/messages/admin_tool.properties | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/opendj-sdk/opends/src/messages/messages/admin_tool.properties b/opendj-sdk/opends/src/messages/messages/admin_tool.properties index f518300..fa63a69 100644 --- a/opendj-sdk/opends/src/messages/messages/admin_tool.properties +++ b/opendj-sdk/opends/src/messages/messages/admin_tool.properties @@ -114,8 +114,9 @@ authentication again? (If you say no, the references to this server in other \ OpenDS servers will not be removed). 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 + OpenDS or select the components to remove? +INFO_CLI_UNINSTALL_REMOVE_ALL=Remove all components +INFO_CLI_UNINSTALL_SPECIFY_WHAT_REMOVE=Select the components to be removed 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 -- Gitblit v1.10.0