From d76f709f8cd5f816ce8ff90cefa6e9b7fcf3ad49 Mon Sep 17 00:00:00 2001 From: jvergara <jvergara@localhost> Date: Fri, 04 Sep 2009 12:31:26 +0000 Subject: [PATCH] Use a different message for the license acceptance in CLI and GUI mode. In CLI mode the license appears above and in GUI mode below the message. --- opends/src/messages/messages/quicksetup.properties | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/opends/src/messages/messages/quicksetup.properties b/opends/src/messages/messages/quicksetup.properties index b27eff9..ae03df1 100644 --- a/opends/src/messages/messages/quicksetup.properties +++ b/opends/src/messages/messages/quicksetup.properties @@ -1319,14 +1319,15 @@ href="https://www.opends.org/wiki/page/OverviewOfTheQuickSetupTool"> OpenDS \ documentation wiki</a>. INFO_WELCOME_STEP=Welcome -INFO_LICENSE_PANEL_OFFLINE_INSTRUCTIONS=Please read the following important \ - information before continuing. INFO_LICENSE_PANEL_TITLE=License INFO_LICENSE_PANEL_WEBSTART_INSTRUCTIONS=bla bla INFO_LICENSE_STEP=License INFO_LICENSE_DETAILS_LABEL=<html>Please read the following License Agreement.\ <br>You must accept the terms of the agreement before continuing with the \ installation. +INFO_LICENSE_DETAILS_CLI_LABEL=Please read the License Agreement above.%n\ + You must accept the terms of the agreement before continuing with the \ + installation. INFO_LICENSE_CLICK_LABEL=Click to accept INFO_LICENSE_CLI_ACCEPT_QUESTION=Accept the license (%s/%s) [%s]: INFO_LICENSE_CLI_ACCEPT_YES=Yes -- Gitblit v1.10.0