JAL-1544 corrected 'adjunst' to 'adjust'
[jalview.git] / src / jalview / gui / TextColourChooser.java
index 1eba84c..01d9b81 100644 (file)
@@ -149,8 +149,8 @@ public class TextColourChooser
     Object[] options = new Object[] { MessageManager.getString("action.ok"),
         MessageManager.getString("action.cancel") };
     String title = MessageManager
-            .getString("label.adjunst_foreground_text_colour_threshold");
-    RunResponse action = new RunResponse(JvOptionPane.NO_OPTION) // Cancel
+            .getString("label.adjust_foreground_text_colour_threshold");
+    RunResponse action = new RunResponse(JvOptionPane.NO_OPTION) // = 1 Cancel
     {
       @Override
       public void run()