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/alignways/src/org/openstreetmap/josm/plugins/alignways/AlignWaysAction.java

    r35474 r35583  
    3131                tr("Makes a pair of selected way segments parallel by rotating one of them "
    3232                        + "around a chosen pivot."),
    33                 Shortcut.registerShortcut("tools:alignways", tr("Tool: {0}", tr("Align Ways")),
     33                Shortcut.registerShortcut("tools:alignways", tr("More tools: {0}", tr("Align Way Segments")),
    3434                                KeyEvent.VK_SPACE, Shortcut.SHIFT),
    3535                true, false);
Note: See TracChangeset for help on using the changeset viewer.