diff --git a/platform/lang-impl/src/com/intellij/util/indexing/FileBasedIndex.java b/platform/lang-impl/src/com/intellij/util/indexing/FileBasedIndex.java index 4d4cbcc8f7b9..7fe967d8856b 100644 --- a/platform/lang-impl/src/com/intellij/util/indexing/FileBasedIndex.java +++ b/platform/lang-impl/src/com/intellij/util/indexing/FileBasedIndex.java @@ -276,7 +276,7 @@ public class FileBasedIndex implements ApplicationComponent { FileUtil.delete(corruptionMarker); String rebuildNotification = null; if (currentVersionCorrupted) { - rebuildNotification = "Index files on disk are corrupted, global index rebuild scheduled."; + rebuildNotification = "Index files on disk are corrupted. Indices will be rebuilt."; } else if (versionChanged) { rebuildNotification = "Index file format has changed for some indices. These indices will be rebuilt.";