JAL-1553 enhancement of column selection by annotation row to include the query filte...
[jalview.git] / src / jalview / jbgui / GAlignFrame.java
index 7a5dc54..4ecedaf 100755 (executable)
@@ -1876,7 +1876,8 @@ public class GAlignFrame extends JInternalFrame
       }
     });
 
-    annotationColumn.setText("Select by annotation...");
+    annotationColumn.setText(MessageManager
+            .getString("action.select_by_annotation"));
     annotationColumn.addActionListener(new ActionListener()
     {
       @Override