mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-18 20:41:22 +07:00
[java] MarkerType: fix i18n capitalization
GitOrigin-RevId: e0284bbf8928ed1ead4419915180fcac7309f133
This commit is contained in:
committed by
intellij-monorepo-bot
parent
64ebf6a098
commit
5e1fade9d2
@@ -381,7 +381,7 @@ replace.with.lambda=Replace with lambda
|
||||
replace.with.boolean.equals=Replace with Boolean.equals
|
||||
report.suspicious.but.possibly.correct.method.calls=&Report suspicious but possibly correct method calls
|
||||
report.when.interface.is.not.annotated.with.functional.interface=Report when interface is not annotated with @FunctionalInterface
|
||||
searching.for.overriding.methods=Searching for Overriding Methods
|
||||
searching.for.overriding.methods=Searching for overriding methods
|
||||
statement.lambda.can.be.replaced.with.expression.lambda=Statement lambda can be replaced with expression lambda
|
||||
static.inheritrance.fix.replace.progress=Replacing usages of {0}
|
||||
static.member.guarded.by.instance.0.loc=Static member guarded by instance "{0}" #loc
|
||||
@@ -580,8 +580,8 @@ generate.members.position.after.equals.and.hashcode=After equals() and hashCode(
|
||||
generate.members.position.at.the.end.of.class=At the end of class
|
||||
|
||||
navigate.to.overridden.methods.title=Overriding methods of {0}
|
||||
subclasses.search.progress.title=Searching for Overridden Methods
|
||||
progress.title.searching.for.overridden.methods=Searching for Overridden Methods
|
||||
subclasses.search.progress.title=Searching for overridden methods
|
||||
progress.title.searching.for.overridden.methods=Searching for overridden methods
|
||||
arguments.count.mismatch=Expected {0} arguments but found {1}
|
||||
inspection.message.nullable.method.implements.non.null.method=Nullable method ''{0}'' from ''{1}'' implements non-null method from ''{2}''
|
||||
inspection.message.non.annotated.method.implements.non.null.method=Non-annotated method ''{0}'' from ''{1}'' implements non-null method from ''{2}''
|
||||
|
||||
Reference in New Issue
Block a user