mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IDEA-65052 Changed mnemonic for change list in commit dialog from 'L' to 'T' due to the conflict with German layout (Alt+L inserts @).
This commit is contained in:
@@ -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
|
||||
|
||||
-1
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user