Ignore:
Timestamp:
2020-10-15T19:00:54+02:00 (4 years ago)
Author:
Klumbumbus
Message:

see #19851 - Fix shortcut names

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/Create_grid_of_ways/src/CreateGridOfWaysPlugin/CreateGridOfWaysAction.java

    r34727 r35583  
    3636
    3737    public CreateGridOfWaysAction() {
    38         super(tr("Create grid of ways"), "creategridofways", tr("Forms a grid of ways in base to two existing that have various nodes and one in common"), Shortcut.registerShortcut("tools:CreateGridOfWays", tr("Tool: {0}", tr("Create grid of ways")),
     38        super(tr("Create grid of ways"), "creategridofways",
     39            tr("Forms a grid of ways in base to two existing that have various nodes and one in common"),
     40            Shortcut.registerShortcut("tools:CreateGridOfWays", tr("More tools: {0}", tr("Create grid of ways")),
    3941        KeyEvent.VK_G, Shortcut.SHIFT), true);
    4042    }
Note: See TracChangeset for help on using the changeset viewer.