From 950f927644139bbc8805c518dff2cd80cc3bcb6e Mon Sep 17 00:00:00 2001 From: Gaetan Boismal <gaetan.boismal@forgerock.com> Date: Thu, 09 Apr 2015 12:41:47 +0000 Subject: [PATCH] OPENDJ-1714 (CR-6595) UI setup backend type choice --- opendj-server-legacy/src/messages/org/opends/messages/quickSetup.properties | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/opendj-server-legacy/src/messages/org/opends/messages/quickSetup.properties b/opendj-server-legacy/src/messages/org/opends/messages/quickSetup.properties index 3885cae..07084a7 100644 --- a/opendj-server-legacy/src/messages/org/opends/messages/quickSetup.properties +++ b/opendj-server-legacy/src/messages/org/opends/messages/quickSetup.properties @@ -20,7 +20,7 @@ # CDDL HEADER END # # Copyright 2006-2010 Sun Microsystems, Inc. -# Portions Copyright 2010-2014 ForgeRock AS +# Portions Copyright 2010-2015 ForgeRock AS @@ -670,7 +670,7 @@ replication updates between this server and the other servers. INFO_RUNTIME_OPTIONS_LABEL=Runtime Options: INFO_REVIEW_CREATE_BASE_ENTRY_LABEL=Only Create Base Entry (%s) -INFO_REVIEW_CREATE_SUFFIX=Create New Base DN %s.%nBase DN Data: %s +INFO_REVIEW_CREATE_SUFFIX=Backend Type: %s%nCreate New Base DN %s%nBase DN Data: %s INFO_REVIEW_CREATE_NO_SUFFIX=Do not Create a Base DN INFO_REVIEW_IMPORT_AUTOMATICALLY_GENERATED=Import Automatically-Generated \ Data (%s Entries) @@ -984,3 +984,6 @@ volume of data. It is recommended to increase the maximum memory allowed for \ the server runtime.<br><br>Check the documentation for more information \ about how to tune the server. +INFO_BACKEND_TYPE_LABEL=Backend Type: +INFO_BACKEND_TYPE_TOOLTIP=Select the type of backend in which you want to \ + store your data -- Gitblit v1.10.0