From a2ecd2b98310e5b0a24d472d42316eba0385576c Mon Sep 17 00:00:00 2001 From: jvergara <jvergara@localhost> Date: Wed, 09 Apr 2008 09:58:01 +0000 Subject: [PATCH] Fix for issue 3134 (repeated words in BACKUPINFO_NO_BACKUP_DATE in core.properties) Fix typo. --- opendj-sdk/opends/src/messages/messages/core.properties | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/opendj-sdk/opends/src/messages/messages/core.properties b/opendj-sdk/opends/src/messages/messages/core.properties index 6f3e4e7..cbd716f 100644 --- a/opendj-sdk/opends/src/messages/messages/core.properties +++ b/opendj-sdk/opends/src/messages/messages/core.properties @@ -617,8 +617,8 @@ SEVERE_ERR_BACKUPINFO_NO_BACKUP_ID_297=Unable to decode a backup information \ structure in directory %s because the structure did not include a backup ID SEVERE_ERR_BACKUPINFO_NO_BACKUP_DATE_298=The backup information structure \ - with backup ID %s in Unable to decode a backup information structure in \ - directory %s was not valid because it did not contain the backup date + with backup ID %s in directory %s was not valid because it did not contain \ + the backup date SEVERE_ERR_BACKUPDIRECTORY_ADD_DUPLICATE_ID_299=Cannot add a backup with ID \ %s to backup directory %s because another backup already exists with that ID SEVERE_ERR_BACKUPDIRECTORY_NO_SUCH_BACKUP_300=Cannot remove backup %s from \ -- Gitblit v1.10.0