Ignore:
Timestamp:
2020-10-13T20:21:52+02:00 (4 years ago)
Author:
Klumbumbus
Message:

fix #19851 - Fix shortcut names

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/dialogs/NotesDialog.java

    r17062 r17188  
    7777    public NotesDialog() {
    7878        super(tr("Notes"), "notes/note_open", tr("List of notes"),
    79                 Shortcut.registerShortcut("subwindow:notes", tr("Toggle: {0}", tr("Notes")),
     79                Shortcut.registerShortcut("subwindow:notes", tr("Windows: {0}", tr("Notes")),
    8080                KeyEvent.CHAR_UNDEFINED, Shortcut.NONE), 150);
    8181        addCommentAction = new AddCommentAction();
Note: See TracChangeset for help on using the changeset viewer.