From 56bfe6de940823b7865a43cf0534d8a2f2d76758 Mon Sep 17 00:00:00 2001
From: jvergara <jvergara@localhost>
Date: Mon, 07 Jan 2008 08:17:41 +0000
Subject: [PATCH] Have a consistent wording in the reversion error messages.

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

diff --git a/opends/src/messages/messages/quicksetup.properties b/opends/src/messages/messages/quicksetup.properties
index a06b015..cea1a39 100644
--- a/opends/src/messages/messages/quicksetup.properties
+++ b/opends/src/messages/messages/quicksetup.properties
@@ -790,6 +790,9 @@
  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_FILES_DIR=The specified reversion archive directory \
+ does not appear to contain files backed up from an invocation of the upgrade \
+ tool.
 INFO_REVERT_ERROR_NO_DIR=ERROR:  No reversion archive directory specified.  \
  You must specify one of %s
 INFO_REVERT_ERROR_NO_HISTORY_DIR=There are no existing backup locations from \
@@ -798,8 +801,6 @@
  is not a directory.
 INFO_REVERT_ERROR_NULL_FILES_DIR=The specified reversion archive directory is \
  invalid or could not be determined.
-INFO_REVERT_ERROR_INVALID_FILES_DIR=The contents of the specified reversion \
- archive directory are invalid.
 INFO_REVERT_ERROR_NOT_REVERSION_FILES_DIR=The 
 INFO_REVERT_LAUNCHER_USAGE_DESCRIPTION=This utility reverts the current \
  installation of the Directory Server to a version prior to running the \

--
Gitblit v1.10.0