SimplifyNegatedBinaryExpressionIntention - no i18n + code simplification

This commit is contained in:
Valentin Kipyatkov
2015-05-12 14:56:05 +03:00
parent 0422cf402d
commit fc3609d403
2 changed files with 21 additions and 36 deletions
@@ -77,8 +77,6 @@ remove.parameter=Remove parameter ''{0}''
change.signature.family=Change signature of function/constructor
cast.expression.to.type=Cast expression ''{0}'' to ''{1}''
cast.expression.family=Cast Expression
simplify.negated.binary.expression=Simplify negated ''{0}'' expression to ''{1}''
simplify.negated.binary.expression.family=Simplify Negated Binary Expression
replace.call.error.skipped.defaults=Cannot skip default arguments.
replace.call.error.undefined.returntype=Unable to determine the return type.