diff --git a/resources-en/src/messages/QuickFixBundle.properties b/resources-en/src/messages/QuickFixBundle.properties index 9760adac7187..94a5362f78ee 100644 --- a/resources-en/src/messages/QuickFixBundle.properties +++ b/resources-en/src/messages/QuickFixBundle.properties @@ -286,7 +286,7 @@ add.exception.from.field.initializer.to.constructor.throws.family.text=Add excep java.8.collections.api.inspection.description=If statement could be replaced with single method java.8.collections.api.inspection.fix.family.name=Replace with single method call java.8.collections.api.inspection.fix.text=Replace with ''{0}'' method call -java.8.collections.api.inspection.sort.description=Collections.sort(list, comparator) could be replaced with list.sort(comparator) +java.8.collections.api.inspection.sort.description=Collections.sort could be replaced with List.sort java.8.collections.api.inspection.sort.fix.name=Replace with List.sort wrap.with.optional.parameter.text=Wrap {0, choice, 1#1st|2#2nd|3#3rd|4#{0,number}th} parameter using ''java.util.Optional''