JAL-2808 revised util.matcher package, 2 filter conditions per feature
[jalview.git] / resources / lang / Messages.properties
index daca83b..c950bbc 100644 (file)
@@ -1328,9 +1328,9 @@ label.matchCondition_contains = Contains
 label.matchCondition_notcontains = Does not contain
 label.matchCondition_matches = Matches
 label.matchCondition_notmatches = Does not match
-label.matchCondition_eq = Is equal to
-label.matchCondition_ne = Is not equal to
-label.matchCondition_lt = Is less than
-label.matchCondition_le = Is less than or equal to
-label.matchCondition_gt = Is greater than
-label.matchCondition_ge = Is greater than or equal to
+label.matchCondition_eq = =
+label.matchCondition_ne = not =
+label.matchCondition_lt = <
+label.matchCondition_le = <=
+label.matchCondition_gt = >
+label.matchCondition_ge = >=