From: James Procter Date: Mon, 20 Mar 2023 15:25:17 +0000 (+0000) Subject: JAL-4134 better popup menu name ‘Tree for Contact Matrix’ X-Git-Tag: Release_2_11_3_0~15^2^2~9 X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=2e531bf4493e93059becb2cd2238d8dfabd72ea2;p=jalview.git JAL-4134 better popup menu name ‘Tree for Contact Matrix’ --- diff --git a/src/jalview/gui/AnnotationLabels.java b/src/jalview/gui/AnnotationLabels.java index d1a40e5..e002999 100755 --- a/src/jalview/gui/AnnotationLabels.java +++ b/src/jalview/gui/AnnotationLabels.java @@ -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() {