diff --git a/plugins/git4idea/resources/messages/GitBundle.properties b/plugins/git4idea/resources/messages/GitBundle.properties index dd2860f48179..28fb7a6a7321 100644 --- a/plugins/git4idea/resources/messages/GitBundle.properties +++ b/plugins/git4idea/resources/messages/GitBundle.properties @@ -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 \ No newline at end of file +activity.name.revert=Git revert + +action.Git.Log.Show.Command.text=Show Git Log for Command \ No newline at end of file diff --git a/plugins/git4idea/src/git4idea/log/command/ShowGitLogCommandAction.kt b/plugins/git4idea/src/git4idea/log/command/ShowGitLogCommandAction.kt index 8b3177990304..7b01f1fe198e 100644 --- a/plugins/git4idea/src/git4idea/log/command/ShowGitLogCommandAction.kt +++ b/plugins/git4idea/src/git4idea/log/command/ShowGitLogCommandAction.kt @@ -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