X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fgui%2FAnnotationRowFilter.java;fp=src%2Fjalview%2Fgui%2FAnnotationRowFilter.java;h=f0bea6082025021f7d7c4b12f7f2c97da0b4fb54;hb=46c321b0c0f02adf71fe433c86ab6609e0872871;hp=17298ba37e40509216c15237ee61fe2e7df5b69f;hpb=cf3ca7be9551f368f038b88ca2c7ffae67539900;p=jalview.git diff --git a/src/jalview/gui/AnnotationRowFilter.java b/src/jalview/gui/AnnotationRowFilter.java index 17298ba..f0bea60 100644 --- a/src/jalview/gui/AnnotationRowFilter.java +++ b/src/jalview/gui/AnnotationRowFilter.java @@ -257,11 +257,11 @@ public abstract class AnnotationRowFilter extends JPanel protected void populateThresholdComboBox(JComboBox threshold) { threshold.addItem(MessageManager - .getString("label.threshold_feature_no_thereshold")); + .getString("label.threshold_feature_no_threshold")); threshold.addItem(MessageManager - .getString("label.threshold_feature_above_thereshold")); + .getString("label.threshold_feature_above_threshold")); threshold.addItem(MessageManager - .getString("label.threshold_feature_below_thereshold")); + .getString("label.threshold_feature_below_threshold")); } protected void seqAssociated_actionPerformed(ActionEvent arg0,