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/actions/HistoryInfoAction.java

    r16512 r17188  
    3030
    3131    /** Action shortcut, made public in order to be used from {@code GettingStarted} page. */
    32     public static final Shortcut SHORTCUT = Shortcut.registerShortcut("core:historyinfo", tr("History"), KeyEvent.VK_H, Shortcut.CTRL);
     32    public static final Shortcut SHORTCUT = Shortcut.registerShortcut("core:historyinfo", tr("View: {0}", tr("History")),
     33        KeyEvent.VK_H, Shortcut.CTRL);
    3334
    3435    /**
Note: See TracChangeset for help on using the changeset viewer.