X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fgui%2FAnnotationColourChooser.java;h=93c9a6b97417238fa902d79bc2130bf6eac28c9f;hb=c73c8c28e34bdcac21e89aa89b69e85dad9e0189;hp=19eed276b20619c30d314068cdd1c484d4541508;hpb=4d7f98a6dd54d9863ba449ec79dcd95d25ed863d;p=jalview.git diff --git a/src/jalview/gui/AnnotationColourChooser.java b/src/jalview/gui/AnnotationColourChooser.java index 19eed27..93c9a6b 100644 --- a/src/jalview/gui/AnnotationColourChooser.java +++ b/src/jalview/gui/AnnotationColourChooser.java @@ -141,7 +141,7 @@ public class AnnotationColourChooser extends AnnotationRowFilter default: throw new Error( MessageManager - .getString("error.implementation_error_dont_know_about_thereshold_setting")); + .getString("error.implementation_error_dont_know_about_threshold_setting")); } thresholdIsMin.setSelected(acg.thresholdIsMinMax); thresholdValue.setText("" + acg.getAnnotationThreshold());