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 ++- opendj-sdk/opends/src/messages/messages/admin.properties | 2 +- opendj-sdk/opends/src/messages/messages/quicksetup.properties | 6 +++--- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/opendj-sdk/opends/src/messages/messages/admin.properties b/opendj-sdk/opends/src/messages/messages/admin.properties index 28926ff..0831e83 100644 --- a/opendj-sdk/opends/src/messages/messages/admin.properties +++ b/opendj-sdk/opends/src/messages/messages/admin.properties @@ -94,7 +94,7 @@ SEVERE_ERR_ADMIN_CANNOT_READ_EXTENSION_MANIFEST_17=The administration \ manifest file %s associated with the extension %s cannot be loaded because an \ unexpected error occurred while trying to read it: %s -INFO_ADMIN_TOOL_DESCRIPTION_18=This utility may be used to perform operations \ +INFO_ADMIN_TOOL_DESCRIPTION_18=This utility can be used to perform operations \ in the Directory Server administration framework INFO_ADMIN_SUBCMD_CREATE_GROUP_DESCRIPTION_19=Create a new server group INFO_ADMIN_ARG_DESCRIPTION_DESCRIPTION_20=The server group description. If \ diff --git a/opendj-sdk/opends/src/messages/messages/quicksetup.properties b/opendj-sdk/opends/src/messages/messages/quicksetup.properties index 6e9af19..4d4d17f 100644 --- a/opendj-sdk/opends/src/messages/messages/quicksetup.properties +++ b/opendj-sdk/opends/src/messages/messages/quicksetup.properties @@ -861,7 +861,7 @@ launch failed. Check file %s for more details.%n%nLaunching command line \ setup... INFO_SETUP_LAUNCHER_LAUNCHING_GUI=Launching graphical setup... -INFO_SETUP_LAUNCHER_USAGE_DESCRIPTION=This utility may be used to setup the \ +INFO_SETUP_LAUNCHER_USAGE_DESCRIPTION=This utility can be used to set up the \ Directory Server. INFO_SHOW_DETAILS_BUTTON_LABEL=Show Details INFO_SHOW_EXCEPTION_DETAILS=Show Details @@ -1076,7 +1076,7 @@ options that indicate a reversion operation. See the usage guide for details. INFO_UPGRADE_FILE_PROMPT=Enter the name and path of the OpenDS install file \ (.zip): -INFO_UPGRADE_LAUNCHER_DESCRIPTION=This utility may be used to upgrade the \ +INFO_UPGRADE_LAUNCHER_DESCRIPTION=This utility can be used to upgrade the \ Directory Server to a newer version. INFO_UPGRADE_LAUNCHER_GUI_LAUNCHED_FAILED=%n%nThe graphical upgrade launch \ failed.%n%nLaunching command line upgrade... @@ -1085,7 +1085,7 @@ upgrade... INFO_UPGRADE_LAUNCHER_LAUNCHING_CLI=Launching command line upgrade... INFO_UPGRADE_LAUNCHER_LAUNCHING_GUI=Launching graphical upgrade... -INFO_UPGRADE_LAUNCHER_USAGE_DESCRIPTION=This utility may be used to upgrade \ +INFO_UPGRADE_LAUNCHER_USAGE_DESCRIPTION=This utility can be used to upgrade \ the Directory Server to a newer version or revert to a previous version.%n%n\ When using this tool to upgrade OpenDS you should first downloaded an OpenDS \ install package (.zip) file and specify its location using the -f/--file \ 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