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

    r14397 r17188  
    2525                tr("Display history information about OSM ways, nodes, or relations in web browser."),
    2626                Shortcut.registerShortcut("core:historyinfoweb",
    27                         tr("History (web)"), KeyEvent.VK_H, Shortcut.CTRL_SHIFT),
     27                        tr("View: {0}", tr("History (web)")), KeyEvent.VK_H, Shortcut.CTRL_SHIFT),
    2828                true, "action/historyinfoweb", true);
    2929        setHelpId(ht("/Action/ObjectHistoryWeb"));
Note: See TracChangeset for help on using the changeset viewer.