From 2dc8cd2ec7f36e716f24e0a38500fc7843eddd68 Mon Sep 17 00:00:00 2001 From: lfrost <lfrost@localhost> Date: Tue, 27 Nov 2007 09:59:54 +0000 Subject: [PATCH] Fix for Issue #2281. Fix the last few instances of 'This utility may be used...' Also reword the usage of the base64 command for consistency. --- opendj-sdk/opends/src/messages/messages/utility.properties | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/opendj-sdk/opends/src/messages/messages/utility.properties b/opendj-sdk/opends/src/messages/messages/utility.properties index 9ee010e..9260250 100644 --- a/opendj-sdk/opends/src/messages/messages/utility.properties +++ b/opendj-sdk/opends/src/messages/messages/utility.properties @@ -447,7 +447,8 @@ attach file %s: %s SEVERE_ERR_EMAIL_CANNOT_SEND_MESSAGE_185=An error occurred while trying to \ send the e-mail message: %s -INFO_BASE64_TOOL_DESCRIPTION_186=Encode and decode information using base64 +INFO_BASE64_TOOL_DESCRIPTION_186=This utility can be used to encode and \ + decode information using base64 INFO_BASE64_HELP_DESCRIPTION_187=Display this usage information INFO_BASE64_DECODE_DESCRIPTION_188=Decode base64-encoded information into \ raw data -- Gitblit v1.10.0