JAL-1355 (basic i18n support)
[jalview.git] / src / jalview / gui / AnnotationLabels.java
index c7fd4fe..1b90a31 100755 (executable)
@@ -531,7 +531,7 @@ public class AnnotationLabels extends JPanel implements MouseListener,
       return;
     }
 
-    JPopupMenu pop = new JPopupMenu("Annotations");
+    JPopupMenu pop = new JPopupMenu(MessageManager.getString("label.annotations"));
     JMenuItem item = new JMenuItem(ADDNEW);
     item.addActionListener(this);
     pop.add(item);