From b54e25e8af0e73b7ddaca4eaec088803ea6a7e4f Mon Sep 17 00:00:00 2001
From: jvergara <jvergara@localhost>
Date: Thu, 22 Feb 2007 09:30:33 +0000
Subject: [PATCH] Fix for Issues #1025 and #1248 ('stop-ds.bat should be able to stop server even if LDAP port' and 'cannot stop server through status panel').
---
opends/src/statuspanel/org/opends/statuspanel/resources/Resources.properties | 7 ++-----
1 files changed, 2 insertions(+), 5 deletions(-)
diff --git a/opends/src/statuspanel/org/opends/statuspanel/resources/Resources.properties b/opends/src/statuspanel/org/opends/statuspanel/resources/Resources.properties
index 26a4c1e..a069ad5 100644
--- a/opends/src/statuspanel/org/opends/statuspanel/resources/Resources.properties
+++ b/opends/src/statuspanel/org/opends/statuspanel/resources/Resources.properties
@@ -20,7 +20,7 @@
#
# CDDL HEADER END
#
-# Portions Copyright 2007 Sun Microsystems, Inc.
+# Portions Copyright 2006-2007 Sun Microsystems, Inc.
#
#
# This file contains the primary Directory Server configuration. It must not
@@ -64,9 +64,6 @@
opends-version-label=OpenDS Version:
java-version-label=Java Version:
login-dialog-title=Authentication Required
-login-dialog-windows-msg=You must provide an Administrative User DN and \
-password to retrieve monitoring information and to be able to Stop and Restart \
-the Directory Server.
server-started-label=Started
server-stopped-label=Stopped
server-starting-label=Starting
@@ -133,7 +130,7 @@
#
# Login Dialog
#
-login-dialog-unix-msg=You must provide an Administrative User DN and password \
+login-dialog-msg=You must provide an Administrative User DN and password \
to retrieve monitoring information.
login-dn-label=Administrative User DN:
login-dn-tooltip=Enter the distinguished name (DN) of the \
--
Gitblit v1.10.0