ConvertFunctionToPropertyIntention minor code improvements + to work in the end of name

This commit is contained in:
Valentin Kipyatkov
2015-04-14 19:08:48 +03:00
parent 636f80ee48
commit ff44f1fa32
2 changed files with 16 additions and 23 deletions
@@ -349,8 +349,6 @@ convert.to.string.template=Convert concatenation to template
convert.to.string.template.family=Convert Concatenation to Template
convert.to.concatenated.string.intention=Convert template to concatenated string
convert.to.concatenated.string.intention.family=Convert Template to Concatenated String
convert.function.to.property.intention=Convert function to property
convert.function.to.property.intention.family=Convert Function to Property
convert.property.to.function.intention=Convert property to function
convert.property.to.function.intention.family=Convert Property to Function
convert.receiver.to.parameter.intention=Convert receiver to parameter