Author: robbie
Date: Mon Mar 16 01:27:39 2009
New Revision: 754803

URL: http://svn.apache.org/viewvc?rev=754803&view=rev
Log:
QPID-1738: update button and descriptive text to better indicate the views 
purpose to users

Modified:
    
qpid/trunk/qpid/java/management/eclipse-plugin/src/main/java/org/apache/qpid/management/ui/views/MBeanTypeTabControl.java

Modified: 
qpid/trunk/qpid/java/management/eclipse-plugin/src/main/java/org/apache/qpid/management/ui/views/MBeanTypeTabControl.java
URL: 
http://svn.apache.org/viewvc/qpid/trunk/qpid/java/management/eclipse-plugin/src/main/java/org/apache/qpid/management/ui/views/MBeanTypeTabControl.java?rev=754803&r1=754802&r2=754803&view=diff
==============================================================================
--- 
qpid/trunk/qpid/java/management/eclipse-plugin/src/main/java/org/apache/qpid/management/ui/views/MBeanTypeTabControl.java
 (original)
+++ 
qpid/trunk/qpid/java/management/eclipse-plugin/src/main/java/org/apache/qpid/management/ui/views/MBeanTypeTabControl.java
 Mon Mar 16 01:27:39 2009
@@ -191,7 +191,7 @@
      */
     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 @@
     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 --");
     }
     



---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:[email protected]

Reply via email to