diff --git a/platform/platform-resources-en/src/messages/VcsBundle.properties b/platform/platform-resources-en/src/messages/VcsBundle.properties index b3d2f117db02..7ca54b484685 100644 --- a/platform/platform-resources-en/src/messages/VcsBundle.properties +++ b/platform/platform-resources-en/src/messages/VcsBundle.properties @@ -272,7 +272,7 @@ commit.dialog.failed.commit.template=Failed commit: {0} commit.dialog.completed.successfully=Completed successfully commit.dialog.refresh.files=Synchronizing files... commit.dialog.rejected.commit.template=Rejected commit: {0} -commit.dialog.changelist.label=Change list: +commit.dialog.changelist.label=Change lis&t: commit.dialog.changed.files.label=Changed &Files commit.wait.util.synced.message=Please wait until VCS synchronization is finished. commit.wait.util.synced.title=Finishing VCS refresh diff --git a/platform/vcs-impl/src/com/intellij/openapi/vcs/changes/ui/MultipleChangeListBrowser.java b/platform/vcs-impl/src/com/intellij/openapi/vcs/changes/ui/MultipleChangeListBrowser.java index 633a3df95a5b..eb3fb4c5766c 100644 --- a/platform/vcs-impl/src/com/intellij/openapi/vcs/changes/ui/MultipleChangeListBrowser.java +++ b/platform/vcs-impl/src/com/intellij/openapi/vcs/changes/ui/MultipleChangeListBrowser.java @@ -260,7 +260,6 @@ public class MultipleChangeListBrowser extends ChangesBrowser { add(myChooser, BorderLayout.CENTER); JLabel label = new JLabel(VcsBundle.message("commit.dialog.changelist.label")); - label.setDisplayedMnemonic('l'); label.setLabelFor(myChooser); add(label, BorderLayout.WEST); }