@@ -125,7 +125,7 @@ extract.delegate.generate.accessors.checkbox:
125125extract.delegate.unable.create.warning.message :
126126 text : Unable to create class with the given name
127127extracted.class.command.name :
128- text : Extracted class {0}
128+ text : Extracted Class {0}
129129extracted.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
131131extracting.from.class :
@@ -375,7 +375,7 @@ search.for.class.family.name:
375375search.for.class.text :
376376 text : Search for class
377377select.wrapper.class :
378- text : Select parameter class
378+ text : Select Parameter Class
379379source.column.header :
380380 text : Source
381381split.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.
415415the.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 "
419417the.refactoring.is.not.supported.on.non.static.inner.classes :
420418 text : The refactoring is not supported on non-static inner classes.
421419the.selected.class.has.no.members.to.extract :
422420 text : The selected class has no members to extract.
423421the.selected.class.has.no.overridden.methods.with.javadoc :
424422 text : The selected class has no overriden methods with javadoc.
425423the.selected.class.is.an.annotation.type :
426- text : The selected class is an annotation type .
424+ text : The selected class is an annotation interface .
427425the.selected.class.is.an.enumeration :
428- text : The selected class is an enumeration .
426+ text : The selected class is an enum class .
429427the.selected.class.is.an.interface :
430428 text : The selected class is an interface.
431429the.selected.method.cannot.be.wrapped.because.it.is.defined.in.a.non.project.class :
0 commit comments