Merge commit 'ab43013b7e357b84b4abade0dba949668dfb2a0e' into develop
[jalview.git] / src / jalview / jbgui / GAlignFrame.java
index 7a5dc54..afd1f60 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Jalview - A Sequence Alignment Editor and Viewer (Version 2.8.2)
+ * Jalview - A Sequence Alignment Editor and Viewer (Version 2.8.2b1)
  * Copyright (C) 2014 The Jalview Authors
  * 
  * This file is part of Jalview.
@@ -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