From 79257754116e73ab0bc852ae82259a8627c33a06 Mon Sep 17 00:00:00 2001 From: jvergara <jvergara@localhost> Date: Wed, 12 Mar 2008 08:49:50 +0000 Subject: [PATCH] Fix for issue 3048 (Missing "Are you sure ?" confirmation question in setup --cli) --- opendj-sdk/opends/src/messages/messages/quicksetup.properties | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/opendj-sdk/opends/src/messages/messages/quicksetup.properties b/opendj-sdk/opends/src/messages/messages/quicksetup.properties index f6ce3ab..4586693 100644 --- a/opendj-sdk/opends/src/messages/messages/quicksetup.properties +++ b/opendj-sdk/opends/src/messages/messages/quicksetup.properties @@ -844,7 +844,8 @@ INFO_REVERT_CONFIRM_PROMPT=This installation will be reverted to version \ %s using the files in %s. INFO_REVIEW_CREATE_BASE_ENTRY_LABEL=Only Create Base Entry (%s) -INFO_REVIEW_CREATE_SUFFIX=Create New Base DN %s.Base DN Data: %s +INFO_REVIEW_CREATE_SUFFIX=Create New Base DN %s. Base DN Data: %s +INFO_REVIEW_CREATE_SUFFIXES=Create New Base DNs:%n%s.%nBase DN Data: %s INFO_REVIEW_IMPORT_AUTOMATICALLY_GENERATED=Import Automatically-Generated \ Data (%s Entries) INFO_REVIEW_IMPORT_LDIF=Import Data from LDIF File (%s) -- Gitblit v1.10.0