diff --git a/platform/vcs-log/api/resources/messages/VcsLogBundle.properties b/platform/vcs-log/api/resources/messages/VcsLogBundle.properties index e7d54a451ecf..d7504aa61ec0 100644 --- a/platform/vcs-log/api/resources/messages/VcsLogBundle.properties +++ b/platform/vcs-log/api/resources/messages/VcsLogBundle.properties @@ -107,7 +107,7 @@ file.history.commit.not.found.view.and.show.all.branches.link=View and Show All file.history.commit.not.found.view.in.log.link=View in Log # indexing progress -vcs.log.status.bar.indexing.cancel.tooltip=Cancel indexing. Indexing could be restarted manually from Vcs Log toolbar. +vcs.log.status.bar.indexing.cancel.tooltip=Cancel indexing. Indexing could be restarted manually from {0} Log toolbar. vcs.log.status.bar.indexing={0} Log Indexing... # processes diff --git a/platform/vcs-log/impl/src/com/intellij/vcs/log/data/VcsLogStatusBarProgress.kt b/platform/vcs-log/impl/src/com/intellij/vcs/log/data/VcsLogStatusBarProgress.kt index 2632ad052b8e..76cd3371f9a6 100644 --- a/platform/vcs-log/impl/src/com/intellij/vcs/log/data/VcsLogStatusBarProgress.kt +++ b/platform/vcs-log/impl/src/com/intellij/vcs/log/data/VcsLogStatusBarProgress.kt @@ -102,7 +102,7 @@ class VcsLogStatusBarProgress(project: Project, logProviders: Map