diff --git a/plugins/lombok/src/main/resources/messages/LombokBundle.properties b/plugins/lombok/src/main/resources/messages/LombokBundle.properties index 5dc44978d013..668002011169 100644 --- a/plugins/lombok/src/main/resources/messages/LombokBundle.properties +++ b/plugins/lombok/src/main/resources/messages/LombokBundle.properties @@ -106,7 +106,7 @@ inspection.message.superbuilder.can.be.used.on.static.inner.classes.only=@SuperB inspection.message.syntax.either.obtain.via.field=The syntax is either @ObtainVia(field = "fieldName") or @ObtainVia(method = "methodName"). inspection.message.lombok.annotations.are.not.allowed.on.builder.class=Lombok's annotations are not allowed on builder class. inspection.message.s.not.valid.identifier=''{0}'' is not a valid identifier -inspection.message.can.t.singularize.this.name=Cannot singularize this name: ''{0}''; specify the the singular form explicitly (i.e. @Singular("sheep")) +inspection.message.can.t.singularize.this.name=Cannot singularize this name: ''{0}''; specify the singular form explicitly (i.e. @Singular("sheep")) inspection.message.lombok.does.not.know=Lombok cannot generate singular-form builder methods for type ''{0}'' inspection.message.builder.default.requires.builder.annotation=@Builder.Default requires @Builder or @SuperBuilder on the class for it to mean anything. inspection.message.builder.default.requires.initializing.expression=@Builder.Default requires an initializing expression (' = something;').