mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
[vcs-log] use specific vcs name in the status bar progress
GitOrigin-RevId: 063406ccc72812ce0df8e7b19936d390f33c9761
This commit is contained in:
committed by
intellij-monorepo-bot
parent
199f4c023c
commit
35a04c3cdd
@@ -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
|
||||
|
||||
@@ -102,7 +102,7 @@ class VcsLogStatusBarProgress(project: Project, logProviders: Map<VirtualFile, V
|
||||
|
||||
override fun getCancelText(): String = CommonBundle.getCancelButtonText()
|
||||
|
||||
override fun getCancelTooltipText(): String = VcsLogBundle.message("vcs.log.status.bar.indexing.cancel.tooltip")
|
||||
override fun getCancelTooltipText(): String = VcsLogBundle.message("vcs.log.status.bar.indexing.cancel.tooltip", vcsName.capitalize())
|
||||
|
||||
override fun isCancellable(): Boolean = true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user