From a33ae8f65570d219488ba1d0d46501c6a20d1fd5 Mon Sep 17 00:00:00 2001 From: jvergara <jvergara@localhost> Date: Fri, 13 Jun 2008 11:13:08 +0000 Subject: [PATCH] Fix for issue 3355 (upgrade command should ask for confirmation) Ask for the confirmation and fix a typo in a comment. --- opends/src/messages/messages/quicksetup.properties | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/opends/src/messages/messages/quicksetup.properties b/opends/src/messages/messages/quicksetup.properties index 4ab0a54..95d3a95 100644 --- a/opends/src/messages/messages/quicksetup.properties +++ b/opends/src/messages/messages/quicksetup.properties @@ -1248,6 +1248,9 @@ INFO_UPGRADE_VERIFICATION_FAILURE_PROMPT=The upgraded server returned errors \ on startup. Would you like to cancel the upgrade? If you cancel, any \ changes made to the server by this upgrade will be backed out. +INFO_UPGRADE_CONFIRM_TITLE=Confirm Upgrade +INFO_UPGRADE_CONFIRM_PROMPT=This installation will be upgraded using the zip \ + file %s. INFO_UPGRADE_VERIFICATION_FAILURE_TITLE=Upgrade Verification Failed INFO_UPGRADE_VERIFICATION_FAILURE_VIEW_DETAILS=View Error Details INFO_UPGRADE_WELCOME_PANEL_TITLE=Welcome -- Gitblit v1.10.0