Skip to content

Commit 612e031

Browse files
committed
Updating some values in JavaRefactoringLocalize.yaml.
1 parent 9602629 commit 612e031

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

plugin/src/main/resources/LOCALIZE-LIB/en_US/consulo.java.JavaRefactoringLocalize.yaml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ extract.delegate.generate.accessors.checkbox:
125125
extract.delegate.unable.create.warning.message:
126126
text: Unable to create class with the given name
127127
extracted.class.command.name:
128-
text: Extracted class {0}
128+
text: Extracted Class {0}
129129
extracted.class.should.have.unique.name:
130130
text: Extracted class should have unique name. Name ''{0}'' is already in use by one of the inner classes
131131
extracting.from.class:
@@ -375,7 +375,7 @@ search.for.class.family.name:
375375
search.for.class.text:
376376
text: Search for class
377377
select.wrapper.class:
378-
text: Select parameter class
378+
text: Select Parameter Class
379379
source.column.header:
380380
text: Source
381381
split.loop.family.name:
@@ -414,18 +414,16 @@ the.caret.should.be.positioned.in.the.class.to.add.to.property.to:
414414
text: The caret should be positioned in the class to add to property to.
415415
the.caret.should.be.positioned.within.a.class.to.be.refactored:
416416
text: The caret should be positioned within a class to be refactored.
417-
the.refactor.j.license.entered.is.for.another.product:
418-
text: "The Refactor-J license entered is for another product. \n"
419417
the.refactoring.is.not.supported.on.non.static.inner.classes:
420418
text: The refactoring is not supported on non-static inner classes.
421419
the.selected.class.has.no.members.to.extract:
422420
text: The selected class has no members to extract.
423421
the.selected.class.has.no.overridden.methods.with.javadoc:
424422
text: The selected class has no overriden methods with javadoc.
425423
the.selected.class.is.an.annotation.type:
426-
text: The selected class is an annotation type.
424+
text: The selected class is an annotation interface.
427425
the.selected.class.is.an.enumeration:
428-
text: The selected class is an enumeration.
426+
text: The selected class is an enum class.
429427
the.selected.class.is.an.interface:
430428
text: The selected class is an interface.
431429
the.selected.method.cannot.be.wrapped.because.it.is.defined.in.a.non.project.class:

0 commit comments

Comments
 (0)