documentation for menu item JAL-860
[jalview.git] / src / jalview / gui / PopupMenu.java
index 30feec2..477136f 100644 (file)
@@ -402,6 +402,7 @@ public class PopupMenu extends JPopupMenu
         final PDBEntry[] pe = pdbe.values().toArray(new PDBEntry[pdbe.size()]);
         final JMenuItem gpdbview;
         structureMenu.add(gpdbview=new JMenuItem("View "+pdbe.size()+" structures."));
+        gpdbview.setToolTipText("Open a new Jmol view with all structures associated with the current selection and superimpose them using the alignment.");
         gpdbview.addActionListener(new ActionListener()
         {