From 4ba18bd84e711f2a77f1de9b66fb9b52730d1d46 Mon Sep 17 00:00:00 2001
From: Matthew Swift <matthew.swift@forgerock.com>
Date: Fri, 25 Nov 2011 20:52:47 +0000
Subject: [PATCH] Fix OPENDJ-363: Make it more obvious in the setup tool that the fully-qualified hostname is critical for all secured connections

---
 opends/src/messages/messages/quicksetup.properties |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/opends/src/messages/messages/quicksetup.properties b/opends/src/messages/messages/quicksetup.properties
index 8189444..63c9494 100644
--- a/opends/src/messages/messages/quicksetup.properties
+++ b/opends/src/messages/messages/quicksetup.properties
@@ -547,7 +547,7 @@
 INFO_HELP_WAIT_DESCRIPTION=Busy, please wait.
 INFO_HIDE_DETAILS_BUTTON_LABEL=Hide Details
 INFO_HIDE_EXCEPTION_DETAILS=Hide Details
-INFO_HOST_NAME_LABEL=Host Name:
+INFO_HOST_NAME_LABEL=Fully Qualified Host Name:
 INFO_HOST_NAME_TOOLTIP=Enter the fully qualified name of the local host.
 # Only translate if the color is specific to the local
 INFO_HTML_SEPARATOR_COLOR=666666
@@ -823,7 +823,7 @@
 INFO_REMOTE_SERVER_DN_LABEL=Admin User:
 INFO_REMOTE_SERVER_DN_TOOLTIP=The DN or the UID of an administrator in the \
  server you want to replicate data with.
-INFO_REMOTE_SERVER_HOST_LABEL=Host Name:
+INFO_REMOTE_SERVER_HOST_LABEL=Fully Qualified Host Name:
 INFO_REMOTE_SERVER_HOST_TOOLTIP=The fully qualified name of the host where \
  the server you want to replicate data with is located.
 INFO_REMOTE_SERVER_PORT_LABEL=Administration Connector Port:

--
Gitblit v1.10.0