Consistency for replace string quick fix message
https://youtrack.jetbrains.com/issue/KT-21746#comment=27-2634335
This commit is contained in:
@@ -44,5 +44,5 @@ class ReplaceStringInDocumentFix(element: PsiElement, private val oldString: Str
|
||||
document.replaceString(start, end, newString)
|
||||
}
|
||||
|
||||
override fun getFamilyName() = "Replace '$oldString' with $newString"
|
||||
override fun getFamilyName() = "Replace '$oldString' with '$newString'"
|
||||
}
|
||||
Reference in New Issue
Block a user