From 348237ebebf06f25c6e032f802dc47b4ee7e1382 Mon Sep 17 00:00:00 2001
From: kenneth_suter <kenneth_suter@localhost>
Date: Tue, 26 Jun 2007 20:58:02 +0000
Subject: [PATCH] added text to message for move failure.
---
opends/src/quicksetup/org/opends/quicksetup/resources/Resources.properties | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/opends/src/quicksetup/org/opends/quicksetup/resources/Resources.properties b/opends/src/quicksetup/org/opends/quicksetup/resources/Resources.properties
index 6e7cb5d..359794a 100644
--- a/opends/src/quicksetup/org/opends/quicksetup/resources/Resources.properties
+++ b/opends/src/quicksetup/org/opends/quicksetup/resources/Resources.properties
@@ -1147,7 +1147,8 @@
upgrade attempt. You should restore this file/directory manually: {0} to {1}
# General errors
-error-failed-moving-file=Failed to move file {0} to {1}.
+error-failed-moving-file=Failed to move file {0} to {1}. Make sure this file is \
+ not currently locked by another application.
error-prop-value=The value of property {0} could not be determined.
error-creating-build-info=Error determining OpenDS build information.
error-determining-svn-rev=Error determining installation's Subversion revision number.
--
Gitblit v1.10.0