From 3cac83c87bcd16be11ef733f775eda2077ee8fb3 Mon Sep 17 00:00:00 2001 From: Matthew Swift <matthew.swift@forgerock.com> Date: Tue, 07 Feb 2012 14:35:41 +0000 Subject: [PATCH] Minor improvement to upgrade/revert prompt - previous message did not make sense when used in related to tasks that need to be performed post-upgrade. --- opends/src/messages/messages/quicksetup.properties | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/opends/src/messages/messages/quicksetup.properties b/opends/src/messages/messages/quicksetup.properties index 63c9494..688aef3 100644 --- a/opends/src/messages/messages/quicksetup.properties +++ b/opends/src/messages/messages/quicksetup.properties @@ -21,7 +21,7 @@ # CDDL HEADER END # # Copyright 2006-2010 Sun Microsystems, Inc. -# Portions Copyright 2010-2011 ForgeRock AS +# Portions Copyright 2010-2012 ForgeRock AS @@ -683,7 +683,7 @@ INFO_OPEN_ZIP_FILE_DIALOG_TITLE=Choose a Server Installation Package (.zip) # Only translate if the color is specific to the local INFO_OPTIONPANE_BACKGROUND_COLOR=255,255,255 -INFO_ORACLE_ACTION_PROMPT=Have you performed the tasks described? +INFO_ORACLE_ACTION_PROMPT=Do you wish to continue? INFO_ORACLE_ACTION_PROMPT_CANCEL=No, Cancel INFO_ORACLE_ACTION_PROMPT_CONTINUE=Yes, Continue INFO_ORACLE_DESC_ACTION=This operation requires that you perform specific \ -- Gitblit v1.10.0