From 7ccaa46b4a749896b2daabda390d8ddd3ae7743f Mon Sep 17 00:00:00 2001
From: Fabio Pistolesi <fabio.pistolesi@forgerock.com>
Date: Fri, 10 Apr 2015 14:55:54 +0000
Subject: [PATCH] 

---
 opendj-server-legacy/src/messages/org/opends/messages/jeb.properties |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/opendj-server-legacy/src/messages/org/opends/messages/jeb.properties b/opendj-server-legacy/src/messages/org/opends/messages/jeb.properties
index 120ba89..7850b7e 100644
--- a/opendj-server-legacy/src/messages/org/opends/messages/jeb.properties
+++ b/opendj-server-legacy/src/messages/org/opends/messages/jeb.properties
@@ -374,14 +374,14 @@
  perform import phase 2 in a single batch. Some indexes will be imported using \
  several batches which may result in reduced performance
 ERR_IMPORT_LDIF_LACK_DISK_PHASE_ONE_222=The disk containing directory \
- %s is full (%d bytes free). After freeing more than %d bytes on the disk, \
+ %s is full. After freeing more than %d bytes on the disk, \
  import can continue in append and replace mode to load the rest of the \
  entries
 ERR_IMPORT_LDIF_LACK_DISK_PHASE_TWO_223=The disk containing directory \
- %s is full (%d bytes free). After freeing more than %d bytes on the disk, \
+ %s is full. After freeing more than %d bytes on the disk, \
  a rebuild of all the indexes is needed to complete the import
 ERR_REBUILD_INDEX_LACK_DISK_224=The disk containing directory \
- %s is full (%d bytes free). Rebuild index can not continue until the free \
+ %s is full. Rebuild index can not continue until the free \
  space rises above the threshold (%d bytes)
 INFO_JEB_INDEX_FILTER_INDEX_TYPE_DISABLED_225=%s index type is disabled for \
  the %s attribute

--
Gitblit v1.10.0