From 93587c689e52b52f6c584ffca1ddfc96b89a58a5 Mon Sep 17 00:00:00 2001
From: jvergara <jvergara@localhost>
Date: Tue, 01 Sep 2009 15:02:25 +0000
Subject: [PATCH] Fix the order in which the messages of the Java properties tools are positioned.  This is a follow up to the typo fix on the messages done before.

---
 opends/src/messages/messages/admin_tool.properties |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/opends/src/messages/messages/admin_tool.properties b/opends/src/messages/messages/admin_tool.properties
index f3ce2cd..20071e6 100644
--- a/opends/src/messages/messages/admin_tool.properties
+++ b/opends/src/messages/messages/admin_tool.properties
@@ -1850,13 +1850,13 @@
 #
 # Note that the following property must begin with <html>
 #
-INFO_CTRL_PANEL_ONLINE_COMMAND_HELP=<html>(*)The operation is executed on its \
- own process and could benefit from more memory allocation.
+INFO_CTRL_PANEL_ONLINE_COMMAND_HELP=<html>(*)The operation is executed on \
+ the server's process and the command-line does not require many resources.
 #
 # Note that the following property must begin with <html>
 #
 INFO_CTRL_PANEL_OFFLINE_COMMAND_HELP=<html>(**)The operation is executed on \
- the server's process and the command-line does not require many resources.
+ its own process and could benefit from more memory allocation.
 MILD_ERR_CTRL_PANEL_READING_JAVA_SETTINGS_DETAILS=An unexpected error occurred \
  reading the Java settings.  Details: %s
 MILD_ERR_CTRL_PANEL_ERR_READING_JAVA_SETTINGS_SUMMARY=Error reading Java \

--
Gitblit v1.10.0