mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Github: change action title
This commit is contained in:
+1
-1
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user