From c97b0a37191be3d208647ecbd1788919aa8d0066 Mon Sep 17 00:00:00 2001 From: kenneth_suter <kenneth_suter@localhost> Date: Fri, 14 Sep 2007 16:03:44 +0000 Subject: [PATCH] finished registering the upgrade/reversion issue; fixed some typos and minor issues preventing the upgrader from notifying the user about the issue --- opendj-sdk/opends/src/messages/messages/quicksetup.properties | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/opendj-sdk/opends/src/messages/messages/quicksetup.properties b/opendj-sdk/opends/src/messages/messages/quicksetup.properties index 73622a3..1d35119 100644 --- a/opendj-sdk/opends/src/messages/messages/quicksetup.properties +++ b/opendj-sdk/opends/src/messages/messages/quicksetup.properties @@ -1088,9 +1088,9 @@ INFO_REVERSION_ORACLE_WARNING=Reversion warning INFO_REVERSION_ORACLE_ACTION=Upgrade requires manual action INFO_REVERSION_ORACLE_INFO=Upgrade information -INFO_REVERSION_ORACLE_UNSUPPORTED=Upgrade not supportedfrom version %s to \ +INFO_REVERSION_ORACLE_UNSUPPORTED=Reversion not supported from version %s to \ version %s is not supported. To upgrade You must uninstall the current \ - server, install the new server, and manually migrate your data. + server, install the new server, and manually migrate your data: %s INFO_REVERSION_TYPE_PROMPT=How would you like to specify the archive used \ to revert this instance? INFO_REVERSION_TYPE_PROMPT_RECENT=Use the most recent versioned archive @@ -1102,9 +1102,9 @@ INFO_UPGRADE_ORACLE_INFO=Upgrade information INFO_UPGRADE_ORACLE_SUCCESS=Upgrade from version %s to version %s is \ supported. -INFO_UPGRADE_ORACLE_UNSUPPORTED=Upgrade not supportedfrom version %s to \ +INFO_UPGRADE_ORACLE_UNSUPPORTED=Upgrade not supported from version %s to \ version %s is not supported. To upgrade You must uninstall the current \ - server, install the new server, and manually migrate your data. + server, install the new server, and manually migrate your data: %s INFO_UPGRADE_ORACLE_WARNING=Upgrade warning INFO_UPGRADE_REVIEW_PANEL_INSTRUCTIONS=Review your settings and click Finish \ if they are correct. -- Gitblit v1.10.0