From 28ee4d3c2ab80e6dc102dd94e09594ccee7a52a4 Mon Sep 17 00:00:00 2001
From: jvergara <jvergara@localhost>
Date: Tue, 28 Apr 2009 15:36:05 +0000
Subject: [PATCH] Fix for issue 3947 (control-panel: wrong labels in "Monitoring -> General Information -> System Information" panel)

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

diff --git a/opends/src/messages/messages/admin_tool.properties b/opends/src/messages/messages/admin_tool.properties
index 55a54a7..e8440aa 100644
--- a/opends/src/messages/messages/admin_tool.properties
+++ b/opends/src/messages/messages/admin_tool.properties
@@ -2398,8 +2398,8 @@
 INFO_CTRL_PANEL_SYSTEM_NAME=System Name
 INFO_CTRL_PANEL_OPERATING_SYSTEM=Operating System
 INFO_CTRL_PANEL_FREE_USED_MEMORY=Free Memory in JVM
-INFO_CTRL_PANEL_MAX_MEMORY=Max Memory
-INFO_CTRL_PANEL_USED_MEMORY=Used Memory
+INFO_CTRL_PANEL_MAX_MEMORY=Max Memory in JVM
+INFO_CTRL_PANEL_USED_MEMORY=Used Memory in JVM
 INFO_CTRL_PANEL_CLASS_PATH=Class Path
 INFO_CTRL_PANEL_JAVA_VENDOR=Java Vendor
 INFO_CTRL_PANEL_JVM_VENDOR=JVM Vendor

--
Gitblit v1.10.0