From 2e531bf4493e93059becb2cd2238d8dfabd72ea2 Mon Sep 17 00:00:00 2001 From: James Procter Date: Mon, 20 Mar 2023 15:25:17 +0000 Subject: [PATCH] =?utf8?q?JAL-4134=20better=20popup=20menu=20name=20=E2=80=98?= =?utf8?q?Tree=20for=20Contact=20Matrix=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- src/jalview/gui/AnnotationLabels.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() { -- 1.7.10.2