mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IDEA-174549 Added missing question mark
This commit is contained in:
@@ -163,7 +163,7 @@ public class GitBranchUiHandlerImpl implements GitBranchUiHandler {
|
||||
@NotNull Collection<String> trackingBranches,
|
||||
@NotNull Collection<GitRepository> repositories) {
|
||||
String title = "Delete Remote Branch";
|
||||
String message = "Delete remote branch " + branchName;
|
||||
String message = "Delete remote branch " + branchName + "?";
|
||||
|
||||
if (trackingBranches.isEmpty()) {
|
||||
return YES == DialogManager.showOkCancelDialog(myProject, message, title, "Delete", "Cancel", getQuestionIcon()) ? DELETE : CANCEL;
|
||||
|
||||
Reference in New Issue
Block a user