git: capitalize "Checkout as New Branch" action

This commit is contained in:
Kirill Likhodedov
2016-01-30 15:17:48 +03:00
parent a87da4ec51
commit 1d87ccc79b
@@ -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;