diff --git a/src/main/java/org/gcube/portlets/user/td/expressionwidget/client/operation/OperationsStore.java b/src/main/java/org/gcube/portlets/user/td/expressionwidget/client/operation/OperationsStore.java index 18c1306..bb9baaf 100644 --- a/src/main/java/org/gcube/portlets/user/td/expressionwidget/client/operation/OperationsStore.java +++ b/src/main/java/org/gcube/portlets/user/td/expressionwidget/client/operation/OperationsStore.java @@ -54,7 +54,7 @@ public class OperationsStore { add(new Operation(14,"NOT_BETWEEN","The value is not between",C_OperatorType.NOT_BETWEEN)); add(new Operation(15,"IN","The value is in",C_OperatorType.IN)); add(new Operation(16,"NOT_IN","The value is not in",C_OperatorType.NOT_IN)); - add(new Operation(17,"SOUNDEX","The soundex is equal to", C_OperatorType.SOUNDEX)); + add(new Operation(17,"SOUNDEX","Soundex", C_OperatorType.SOUNDEX)); add(new Operation(18,"LEVENSHTEIN","Levenshtein", C_OperatorType.LEVENSHTEIN)); add(new Operation(19,"SIMILARITY","Similarity", C_OperatorType.SIMILARITY)); }};