From 4978cbcfce206fb43659395556b59c33127505bd Mon Sep 17 00:00:00 2001
From: jvergara <jvergara@localhost>
Date: Mon, 07 Apr 2008 11:56:09 +0000
Subject: [PATCH] Fix for issue 3121 (Bad management of upgrade -r on a already reverted installation)

---
 opends/src/messages/messages/quicksetup.properties |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/opends/src/messages/messages/quicksetup.properties b/opends/src/messages/messages/quicksetup.properties
index aa3bf94..d09d0ee 100644
--- a/opends/src/messages/messages/quicksetup.properties
+++ b/opends/src/messages/messages/quicksetup.properties
@@ -663,6 +663,9 @@
 INFO_ORACLE_EI_ACTION_STEP1=Before starting the operation you should export \
  the entire data set for this server to LDIF format.  <b>If you have not \
  completed this step you should cancel this operation now</b>.
+INFO_ORACLE_EI_ACTION_STEP1_CLI=Before starting the operation you should \
+ export the entire data set for this server to LDIF format.  If you have not \
+ completed this step you should cancel this operation now.
 INFO_ORACLE_EI_ACTION_STEP2=Continue with this operation until this tool has \
  finished.
 INFO_ORACLE_EI_ACTION_STEP3=When this operation is complete, manually delete \
@@ -829,6 +832,8 @@
  supported.
 INFO_REVERT_ERROR_EMPTY_HISTORY_DIR=There are no existing backup locations \
  from prior upgrades.  The 'history' directory is empty.
+INFO_REVERT_ERROR_INVALID_HISTORY_DIR=There are no valid existing backup \
+ locations from prior upgrades.
 INFO_REVERT_ERROR_INVALID_FILES_DIR=The specified reversion archive directory \
  does not appear to contain files backed up from an invocation of the upgrade \
  tool.

--
Gitblit v1.10.0