i18n
[jalview.git] / src / jalview / appletgui / AnnotationColourChooser.java
index 769e068..5f61ead 100644 (file)
@@ -143,7 +143,7 @@ public class AnnotationColourChooser extends Panel implements
 
     frame = new Frame();
     frame.add(this);
-    jalview.bin.JalviewLite.addFrame(frame, "Colour by Annotation", 560,
+    jalview.bin.JalviewLite.addFrame(frame, MessageManager.getString("label.colour_by_annotation"), 560,
             175);
     validate();
   }