From e0dcbe0d17e7fccc9741dd4bdb1252c2c885aad8 Mon Sep 17 00:00:00 2001 From: lutoff <lutoff@localhost> Date: Mon, 04 May 2009 12:46:36 +0000 Subject: [PATCH] Fix for issue #3965 (revert should not be supported from 2.0 to a previous version) --- opends/src/messages/messages/quicksetup.properties | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/opends/src/messages/messages/quicksetup.properties b/opends/src/messages/messages/quicksetup.properties index c58b69c..338afb4 100644 --- a/opends/src/messages/messages/quicksetup.properties +++ b/opends/src/messages/messages/quicksetup.properties @@ -1223,7 +1223,7 @@ INFO_REVERSION_ORACLE_ACTION=Upgrade requires manual action INFO_REVERSION_ORACLE_INFO=Upgrade information INFO_REVERSION_ORACLE_UNSUPPORTED=Reversion not supported from version %s to \ - version %s is not supported. To upgrade you must uninstall the current \ + version %s. To revert you must uninstall the current \ server, install the new server, and manually migrate your data: %s INFO_UPGRADE_ORACLE_SAME_VERSION=The current version and the version of the \ binaries to upgrade to are the same (%s) -- Gitblit v1.10.0