From 99e7570f76668bf6a4119fc7e4440723ec6c64b0 Mon Sep 17 00:00:00 2001 From: jvergara <jvergara@localhost> Date: Wed, 09 Sep 2009 15:42:41 +0000 Subject: [PATCH] Fix for issue 4221 (Control panel backup panel is inconsistent with the backup command-line.) --- opends/src/messages/messages/admin_tool.properties | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/opends/src/messages/messages/admin_tool.properties b/opends/src/messages/messages/admin_tool.properties index 20071e6..cc16421 100644 --- a/opends/src/messages/messages/admin_tool.properties +++ b/opends/src/messages/messages/admin_tool.properties @@ -1437,7 +1437,7 @@ INFO_CTRL_PANEL_BACKUP_ID_LABEL=Backup ID: INFO_CTRL_PANEL_AVAILABLE_PARENT_BACKUPS_LABEL=Available Parent Backups: INFO_CTRL_PANEL_BACKUP_OPTIONS_LABEL=Backup Options: -INFO_CTRL_PANEL_COMPRESS_DATA_LABEL=Compress Data (.gzip) +INFO_CTRL_PANEL_COMPRESS_DATA_LABEL=Compress Data INFO_CTRL_PANEL_ENCRYPT_DATA_LABEL=Encrypt Data INFO_CTRL_PANEL_GENERATE_MESSAGE_DIGEST_LABEL=Generate Message Digest of \ Backup Contents to Use as Checksum @@ -1742,7 +1742,7 @@ INFO_CTRL_PANEL_EXPORT_TASK_DESCRIPTION=Export of backend '%s' to file '%s'. INFO_CTRL_PANEL_IMPORT_LDIF_TITLE=Import LDIF -INFO_CTRL_PANEL_DATA_IN_FILE_COMPRESSED=Data in File is Compressed (.gzip) +INFO_CTRL_PANEL_DATA_IN_FILE_COMPRESSED=Data in File is Compressed INFO_CTRL_PANEL_IMPORT_TYPE_LABEL=Import Type: INFO_CTRL_PANEL_IMPORT_OVERWRITE_LABEL=Overwrite Any Existing Data INFO_CTRL_PANEL_IMPORT_APPEND_LABEL=Append to Existing Data -- Gitblit v1.10.0