From ce75e536646d42baed4e2ce6f65854217bcefee8 Mon Sep 17 00:00:00 2001
From: abobrov <abobrov@localhost>
Date: Tue, 16 Dec 2008 09:02:32 +0000
Subject: [PATCH] - fix lame message
---
opendj-sdk/opends/src/messages/messages/tools.properties | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/opendj-sdk/opends/src/messages/messages/tools.properties b/opendj-sdk/opends/src/messages/messages/tools.properties
index d6d99ee..04fe610 100644
--- a/opendj-sdk/opends/src/messages/messages/tools.properties
+++ b/opendj-sdk/opends/src/messages/messages/tools.properties
@@ -2428,8 +2428,8 @@
Create it or use --userName option to specify another user
SEVERE_ERR_BACKUPDB_CANNOT_BACKUP_IN_DIRECTORY_1650=The target backend %s \
-cannot be backuped is the directory %s: this directory is already a backup \
-directory for backend %s
+ cannot be backed up to the backup directory %s: this directory is \
+ already a backup location for backend %s
INFO_RECURRING_TASK_PLACEHOLDER_1651={schedulePattern}
INFO_DESCRIPTION_RECURRING_TASK_1652=Indicates the task is recurring and will \
--
Gitblit v1.10.0