Github: change action title

This commit is contained in:
Aleksey Pivovarov
2013-08-19 16:55:50 +04:00
parent 4b8f2e5343
commit bc1ce3d86d
@@ -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) {