From 3e96e1e53e24a89e5b376bbbaaa4969fc93e19bf Mon Sep 17 00:00:00 2001 From: Robert Gemmell Date: Mon, 16 Mar 2009 01:27:39 +0000 Subject: QPID-1738: update button and descriptive text to better indicate the views purpose to users git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@754803 13f79535-47bb-0310-9956-ffa450edef68 --- .../java/org/apache/qpid/management/ui/views/MBeanTypeTabControl.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'java/management/eclipse-plugin') diff --git a/java/management/eclipse-plugin/src/main/java/org/apache/qpid/management/ui/views/MBeanTypeTabControl.java b/java/management/eclipse-plugin/src/main/java/org/apache/qpid/management/ui/views/MBeanTypeTabControl.java index d4b2ed1db6..7e04e9ac7a 100644 --- a/java/management/eclipse-plugin/src/main/java/org/apache/qpid/management/ui/views/MBeanTypeTabControl.java +++ b/java/management/eclipse-plugin/src/main/java/org/apache/qpid/management/ui/views/MBeanTypeTabControl.java @@ -191,7 +191,7 @@ public abstract class MBeanTypeTabControl */ protected void createAddButton(Composite parentComposite) { - Button _addButton = _toolkit.createButton(parentComposite, "<- Add to Navigation", SWT.PUSH); + Button _addButton = _toolkit.createButton(parentComposite, "<- Add selected " + _type + "(s) to navigation tree", SWT.PUSH); GridData gridData = new GridData(SWT.CENTER, SWT.CENTER, false, false); _addButton.setLayoutData(gridData); _addButton.addSelectionListener(new SelectionAdapter(){ @@ -292,7 +292,7 @@ public abstract class MBeanTypeTabControl protected void setLabelValues() { _labelName.setText("Type : " + _type); - _labelDesc.setText("Select the " + _type + "(s) to add in the Navigation View"); + _labelDesc.setText("Select the " + _type + "(s) to add to the navigation tree for further interaction."); _labelList.setText("-- List of " + _type + "s --"); } -- cgit v1.2.1