Minor: use 'Searching for' instead of 'Searching'

This commit is contained in:
Nikolay Krasko
2017-04-21 14:50:19 +03:00
parent 666ecdb7d6
commit 4d0b88e34b
@@ -280,7 +280,7 @@ abstract class OperatorReferenceSearcher<TReferenceElement : KtElement>(
// we must unwrap progress indicator because ProgressWrapper does not do anything on changing text and fraction // we must unwrap progress indicator because ProgressWrapper does not do anything on changing text and fraction
val progress = ProgressWrapper.unwrap(ProgressIndicatorProvider.getGlobalProgressIndicator()) val progress = ProgressWrapper.unwrap(ProgressIndicatorProvider.getGlobalProgressIndicator())
progress?.pushState() progress?.pushState()
progress?.text = "Searching implicit usages..." progress?.text = "Searching for implicit usages..."
try { try {
val files = runReadAction { FileTypeIndex.getFiles(KotlinFileType.INSTANCE, scope) } val files = runReadAction { FileTypeIndex.getFiles(KotlinFileType.INSTANCE, scope) }