mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
[hg]: (IDEA-157578) Mercurial Commit and Close (spelling error)
* remove unnecessary mnemonic because doOkAction default shortCut seems to be enough;
This commit is contained in:
@@ -26,7 +26,7 @@ import java.util.Collection;
|
||||
public class HgCloseBranchExecutor extends CommitExecutorBase {
|
||||
|
||||
@NotNull private final HgCheckinEnvironment myCheckinEnvironment;
|
||||
@NotNull private static final String CLOSE_BRANCH_TITLE = "Commit And &Close" ;
|
||||
@NotNull private static final String CLOSE_BRANCH_TITLE = "Commit And Close";
|
||||
|
||||
|
||||
public HgCloseBranchExecutor(@NotNull HgCheckinEnvironment environment) {
|
||||
|
||||
Reference in New Issue
Block a user