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

    r17110 r17188  
    5858    public CreateCircleAction() {
    5959        super(tr("Create Circle"), "aligncircle", tr("Create a circle from three selected nodes."),
    60             Shortcut.registerShortcut("tools:createcircle", tr("Tool: {0}", tr("Create Circle")),
     60            Shortcut.registerShortcut("tools:createcircle", tr("Tools: {0}", tr("Create Circle")),
    6161            KeyEvent.VK_O, Shortcut.SHIFT), true, "createcircle", true);
    6262        setHelpId(ht("/Action/CreateCircle"));
Note: See TracChangeset for help on using the changeset viewer.