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

    r17080 r17188  
    8080                // help shortcut
    8181                MainApplication.registerActionShortcut(MainApplication.menu.help,
    82                         Shortcut.registerShortcut("system:help", tr("Help"), KeyEvent.VK_F1, Shortcut.DIRECT));
     82                        Shortcut.registerShortcut("system:help", tr("Help: {0}", tr("Help")), KeyEvent.VK_F1, Shortcut.DIRECT));
    8383            }),
    8484            new InitializationTask(tr("Initializing internal boundaries data"), () -> {
Note: See TracChangeset for help on using the changeset viewer.