summaryrefslogtreecommitdiff
path: root/qpid/java/management/eclipse-plugin
diff options
context:
space:
mode:
authorRobert Gemmell <robbie@apache.org>2009-08-24 02:59:56 +0000
committerRobert Gemmell <robbie@apache.org>2009-08-24 02:59:56 +0000
commitafa7ae0752404519bd756b31b5fa39a98bc02cdb (patch)
treea50eb830dfcc7de5157461afd76cee94d525d0af /qpid/java/management/eclipse-plugin
parent195c3711e29ea808a0223a44e79b60722dcb3253 (diff)
downloadqpid-python-afa7ae0752404519bd756b31b5fa39a98bc02cdb.tar.gz
slight tweak to the note information
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@807055 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/management/eclipse-plugin')
-rw-r--r--qpid/java/management/eclipse-plugin/src/main/java/org/apache/qpid/management/ui/views/logging/ConfigurationFileTabControl.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/qpid/java/management/eclipse-plugin/src/main/java/org/apache/qpid/management/ui/views/logging/ConfigurationFileTabControl.java b/qpid/java/management/eclipse-plugin/src/main/java/org/apache/qpid/management/ui/views/logging/ConfigurationFileTabControl.java
index 3e8a5da5b5..1b1d08aa67 100644
--- a/qpid/java/management/eclipse-plugin/src/main/java/org/apache/qpid/management/ui/views/logging/ConfigurationFileTabControl.java
+++ b/qpid/java/management/eclipse-plugin/src/main/java/org/apache/qpid/management/ui/views/logging/ConfigurationFileTabControl.java
@@ -197,8 +197,8 @@ public class ConfigurationFileTabControl extends TabControl
"NOTE: These options modify the configuration file. " +
"Changes only take effect automatically if LogWatch is enabled.");
Label noteLabel2 = _toolkit.createLabel(_headerComposite,
- "A Logger set to a non-inherited Level in the Runtime tab " +
- "will retain that value after the configuration is reloaded.");
+ "A child Logger set to a non-inherited Level in the Runtime tab " +
+ "will retain that value after the file is reloaded.");
GridData gridData = new GridData(SWT.FILL, SWT.FILL, false, true);
noteLabel.setLayoutData(gridData);
gridData = new GridData(SWT.FILL, SWT.FILL, false, true);