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/search/SearchAction.java

    r16509 r17188  
    144144    public SearchAction() {
    145145        super(tr("Search..."), "dialogs/search", tr("Search for objects"),
    146                 Shortcut.registerShortcut("system:find", tr("Search..."), KeyEvent.VK_F, Shortcut.CTRL), true);
     146                Shortcut.registerShortcut("system:find", tr("Edit: {0}", tr("Search...")), KeyEvent.VK_F, Shortcut.CTRL), true);
    147147        setHelpId(ht("/Action/Search"));
    148148    }
Note: See TracChangeset for help on using the changeset viewer.