From bc1ce3d86d832b16d7a4b71ce5f7771bd9171c63 Mon Sep 17 00:00:00 2001 From: Aleksey Pivovarov Date: Mon, 19 Aug 2013 15:41:47 +0400 Subject: [PATCH] Github: change action title --- .../plugins/github/GithubShowCommitInBrowserAction.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/github/src/org/jetbrains/plugins/github/GithubShowCommitInBrowserAction.java b/plugins/github/src/org/jetbrains/plugins/github/GithubShowCommitInBrowserAction.java index 1dc7aad02064..6795c6713426 100644 --- a/plugins/github/src/org/jetbrains/plugins/github/GithubShowCommitInBrowserAction.java +++ b/plugins/github/src/org/jetbrains/plugins/github/GithubShowCommitInBrowserAction.java @@ -32,7 +32,7 @@ import org.jetbrains.plugins.github.util.GithubUtil; abstract class GithubShowCommitInBrowserAction extends DumbAwareAction { public GithubShowCommitInBrowserAction() { - super("Open in Browser", "Open the selected commit in browser", GithubIcons.Github_icon); + super("Open op GitHub", "Open the selected commit in browser", GithubIcons.Github_icon); } protected static void openInBrowser(Project project, GitRepository repository, String revisionHash) {