Inline dialog: unify messages with each other #KT-21965 Fixed

This commit is contained in:
Mikhail Glukhikh
2017-12-22 11:58:30 +03:00
parent 3f00592443
commit d5bb7e457e
@@ -73,5 +73,5 @@ abstract class AbstractKotlinInlineDialog(
if (callable.isWritable && occurrencesNumber > 1) "Inline all references and keep the $kind ($occurrencesString)"
else null
override fun getInlineThisText() = "Inline this occurrence and leave the $kind"
override fun getInlineThisText() = "Inline this reference and keep the $kind"
}