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/MinimapDialog.java

    r17062 r17188  
    3030    public MinimapDialog() {
    3131        super(tr("Mini map"), "minimap", tr("Displays a small map of the current edit location"),
    32                 Shortcut.registerShortcut("subwindow:minimap", tr("Toggle: {0}", tr("Mini map")),
     32                Shortcut.registerShortcut("subwindow:minimap", tr("Windows: {0}", tr("Mini map")),
    3333                KeyEvent.CHAR_UNDEFINED, Shortcut.NONE), 150);
    3434    }
Note: See TracChangeset for help on using the changeset viewer.