JAL-1620 version bump and release notes
[jalview.git] / src / jalview / gui / TextColourChooser.java
index bb2f295..7cc5c63 100644 (file)
@@ -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.
@@ -68,9 +68,7 @@ public class TextColourChooser
     JPanel panel = new JPanel();
     bigpanel.add(panel, BorderLayout.CENTER);
     bigpanel.add(
-            new JLabel(
-                    "<html><i>Select a dark and light text colour, then set the threshold to"
-                            + "<br>switch between colours, based on background colour</i></html>"),
+            new JLabel("<html>"+MessageManager.getString("label.select_dark_light_set_thereshold")+"</html>"),
             BorderLayout.NORTH);
     panel.add(col1);
     panel.add(slider);