[git] extract the action text key

GitOrigin-RevId: 2ed69daeeaa318abce9629e0a7aa43cf9db22b0a
This commit is contained in:
Julia Beliaeva
2024-05-02 17:32:40 +02:00
committed by intellij-monorepo-bot
parent 4c1db73c49
commit 358ef47f30
2 changed files with 4 additions and 3 deletions

View File

@@ -1588,4 +1588,6 @@ activity.name.unstash=Git unstash
activity.name.abort.command=Git abort {0}
activity.name.undo.commit=Git undo commit
activity.name.cherry.pick=Git cherry-pick
activity.name.revert=Git revert
activity.name.revert=Git revert
action.Git.Log.Show.Command.text=Show Git Log for Command

View File

@@ -15,8 +15,7 @@ import com.intellij.vcs.log.visible.filters.VcsLogFilterObject
import git4idea.GitVcs
import java.util.*
@Suppress("HardCodedStringLiteral") // internal action
class ShowGitLogCommandAction : DumbAwareAction("Show Git Log for Command") {
class ShowGitLogCommandAction : DumbAwareAction() {
override fun update(e: AnActionEvent) {
val project = e.project