mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
git: capitalize "Checkout as New Branch" action
This commit is contained in:
@@ -219,7 +219,7 @@ class GitBranchPopupActions {
|
||||
private final String myBranchName;
|
||||
|
||||
CheckoutAsNewBranch(@NotNull Project project, @NotNull List<GitRepository> repositories, @NotNull String branchName) {
|
||||
super("Checkout as new branch");
|
||||
super("Checkout as New Branch");
|
||||
myProject = project;
|
||||
myRepositories = repositories;
|
||||
myBranchName = branchName;
|
||||
|
||||
Reference in New Issue
Block a user