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

    r16227 r17188  
    4545    public ValidateAction() {
    4646        super(tr("Validation"), "dialogs/validator", tr("Performs the data validation"),
    47                 Shortcut.registerShortcut("tools:validate", tr("Tool: {0}", tr("Validation")),
     47                Shortcut.registerShortcut("tools:validate", tr("Validation"),
    4848                        KeyEvent.VK_V, Shortcut.SHIFT), true);
    4949    }
Note: See TracChangeset for help on using the changeset viewer.