diff --git a/plugins/git4idea/src/git4idea/ui/branch/GitBranchPopupActions.java b/plugins/git4idea/src/git4idea/ui/branch/GitBranchPopupActions.java index adbb3e9e88c0..0aeb31048b2b 100644 --- a/plugins/git4idea/src/git4idea/ui/branch/GitBranchPopupActions.java +++ b/plugins/git4idea/src/git4idea/ui/branch/GitBranchPopupActions.java @@ -219,7 +219,7 @@ class GitBranchPopupActions { private final String myBranchName; CheckoutAsNewBranch(@NotNull Project project, @NotNull List repositories, @NotNull String branchName) { - super("Checkout as new branch"); + super("Checkout as New Branch"); myProject = project; myRepositories = repositories; myBranchName = branchName;