From 888693354b82c2b144633c5d86cacf1bf2f69837 Mon Sep 17 00:00:00 2001
From: jvergara <jvergara@localhost>
Date: Mon, 17 Nov 2008 16:12:48 +0000
Subject: [PATCH] Fix for issue 3594 (Details message in java settings panel not t suitable)

---
 opendj-sdk/opends/src/messages/messages/admin_tool.properties |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/opendj-sdk/opends/src/messages/messages/admin_tool.properties b/opendj-sdk/opends/src/messages/messages/admin_tool.properties
index 386e8c8..3e3e20b 100644
--- a/opendj-sdk/opends/src/messages/messages/admin_tool.properties
+++ b/opendj-sdk/opends/src/messages/messages/admin_tool.properties
@@ -897,8 +897,9 @@
 #
 # Note that the following property contains line breaks in HTML format (<br>)
 #
-INFO_CTRL_PANEL_EQUIVALENT_ACTION_TO_UPDATE_JAVA_PROPERTIES=To update the java \
- settings from the command line, edit the properties in file:<br><b>%s</b><br>\
+INFO_CTRL_PANEL_EQUIVALENT_ACTION_TO_UPDATE_JAVA_PROPERTIES=The equivalent \
+ procedure to update the java settings from the command line is: <br> \
+ Edit the properties in file:<br><b>%s</b><br>\
  Then run the following command-line:<br><b>%s</b><br><br>
 INFO_CTRL_PANEL_DELETE_BASE_DN_DESCRIPTION=Delete base DN '%s'.
 INFO_CTRL_PANEL_DELETE_BASE_DNS_DESCRIPTION=Delete base DN's %s.

--
Gitblit v1.10.0