diff --git a/plugins/InspectionGadgets/InspectionGadgetsAnalysis/resources/messages/InspectionGadgetsBundle.properties b/plugins/InspectionGadgets/InspectionGadgetsAnalysis/resources/messages/InspectionGadgetsBundle.properties index 4acc2c0c0ebb..99759828619e 100644 --- a/plugins/InspectionGadgets/InspectionGadgetsAnalysis/resources/messages/InspectionGadgetsBundle.properties +++ b/plugins/InspectionGadgets/InspectionGadgetsAnalysis/resources/messages/InspectionGadgetsBundle.properties @@ -2316,7 +2316,7 @@ fix.eliminate.folded.if.present.description=Folded 'ifPresent()' call can be eli inspection.enhanced.for.with.record.pattern.can.be.used.display.name=Enhanced 'for' with a record pattern can be used inspection.enhanced.for.with.record.pattern.can.be.used.message=Can be replaced with enhanced 'for' with a record pattern -inspection.enhanced.for.with.record.pattern.can.be.used.fix.family.name=Replace with enhanced 'for' with a record pattern +inspection.enhanced.for.with.record.pattern.can.be.used.fix.family.name=Replace with a record pattern inspection.enhanced.for.with.record.pattern.can.be.used.var.option=Use 'var' instead of explicit types inspection.enhanced.for.with.record.pattern.can.be.used.level.option=Nesting depth limit inspection.enhanced.for.with.record.pattern.can.be.used.components.option=Maximum number of record components to deconstruct