From 3f1b96234bcf13b76cce207109039cf8217a73be Mon Sep 17 00:00:00 2001 From: hajma <hajma@localhost> Date: Tue, 25 Nov 2008 14:27:34 +0000 Subject: [PATCH] fix typo at tools.properties (issue #3573) --- opendj-sdk/opends/src/messages/messages/tools.properties | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/opendj-sdk/opends/src/messages/messages/tools.properties b/opendj-sdk/opends/src/messages/messages/tools.properties index f86317e..7bb70e0 100644 --- a/opendj-sdk/opends/src/messages/messages/tools.properties +++ b/opendj-sdk/opends/src/messages/messages/tools.properties @@ -1458,8 +1458,8 @@ as a Windows service INFO_WINDOWS_SERVICE_ALREADY_ENABLED_828=OpenDS was already enabled as a \ Windows service -SEVERE_ERR_WINDOWS_SERVICE_NAME_ALREADY_IN_USE_829=OpenDS could not enabled \ - as a Windows service. The service name is already in use +SEVERE_ERR_WINDOWS_SERVICE_NAME_ALREADY_IN_USE_829=OpenDS could not be \ + enabled as a Windows service. The service name is already in use SEVERE_ERR_WINDOWS_SERVICE_ENABLE_ERROR_830=An unexpected error occurred \ trying to enable OpenDS as a Windows service.%nCheck that you have \ administrator rights (only Administrators can enable OpenDS as a Windows \ -- Gitblit v1.10.0