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) {