JAL-1355
[jalview.git] / src / jalview / gui / TextColourChooser.java
index bb2f295..6fe7660 100644 (file)
@@ -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(MessageManager.getString("label.select_dark_light_set_thereshold")),
             BorderLayout.NORTH);
     panel.add(col1);
     panel.add(slider);