JAL-4134 better popup menu name ‘Tree for Contact Matrix’
[jalview.git] / src / jalview / gui / AnnotationLabels.java
index d1a40e5..e002999 100755 (executable)
@@ -430,7 +430,7 @@ public class AnnotationLabels extends JPanel
                 .getContactMatrix(aa[selectedRow]);
         if (cm.getNewick()!=null && cm.getNewick().length()>0)
         {
-          item = new JMenuItem("Show Matrix");
+          item = new JMenuItem("Show Tree for Matrix");
           item.addActionListener(new ActionListener()
           {