i18n: cleanup ChangeVisibilityModifierIntention

#KT-37483
This commit is contained in:
Dmitry Gridin
2020-03-30 12:03:34 +07:00
parent 81d35e1e61
commit c338fdd677
@@ -74,7 +74,7 @@ open class ChangeVisibilityModifierIntention protected constructor(
val defaultRange = noModifierYetApplicabilityRange(element) ?: return null
if (element is KtPrimaryConstructor && defaultRange.isEmpty && element.visibilityModifier() == null) {
text = "${KotlinBundle.message("make.primary.constructor.0", modifier.value)}" // otherwise it may be confusing
text = KotlinBundle.message("make.primary.constructor.0", modifier.value) // otherwise it may be confusing
}
return if (modifierList != null)