From f420f952326f7a82c7c18b7a21cc975c55e2ecfc Mon Sep 17 00:00:00 2001 From: jvergara <jvergara@localhost> Date: Fri, 15 Feb 2008 17:24:26 +0000 Subject: [PATCH] Fix for issue 2886 (Cannot get status from running server without authenticating) --- opendj-sdk/opends/src/messages/messages/admin_tool.properties | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/opendj-sdk/opends/src/messages/messages/admin_tool.properties b/opendj-sdk/opends/src/messages/messages/admin_tool.properties index cccb87a..4b6cdf5 100644 --- a/opendj-sdk/opends/src/messages/messages/admin_tool.properties +++ b/opendj-sdk/opends/src/messages/messages/admin_tool.properties @@ -233,14 +233,14 @@ INFO_NOT_AVAILABLE_AUTHENTICATION_REQUIRED_CLI_LABEL=<not available> (*) INFO_NOT_AVAILABLE_SHORT_LABEL=N/A INFO_NOT_AVAILABLE_AUTHENTICATION_REQUIRED_CLI_LEGEND=* Information only \ - available if you provide authentication information when launching the status \ - command. + available if you provide valid authentication information when launching the \ + status command. INFO_NOT_AVAILABLE_AUTHENTICATION_REQUIRED_TOOLTIP=<html>Information is only \ available if you are authenticated<br>as an administrative user. INFO_NOT_AVAILABLE_SERVER_DOWN_CLI_LABEL=<not available> (*) INFO_NOT_AVAILABLE_SERVER_DOWN_CLI_LEGEND=* Information only available if \ - server is running and you provide authentication information when launching \ - the status command. + server is running and you provide valid authentication information when \ + launching the status command. INFO_NOT_AVAILABLE_SERVER_DOWN_TOOLTIP=<html>Information is only available if \ server is running and you are authenticated<br>as an administrative user. INFO_NOTHING_SELECTED_TO_UNINSTALL=You must select something to be \ -- Gitblit v1.10.0