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

    r17141 r17188  
    6767                tr("Join Node to Way"), /* ICON */ "joinnodeway",
    6868                tr("Include a node into the nearest way segments"),
    69                 Shortcut.registerShortcut("tools:joinnodeway", tr("Tool: {0}", tr("Join Node to Way")),
     69                Shortcut.registerShortcut("tools:joinnodeway", tr("Tools: {0}", tr("Join Node to Way")),
    7070                        KeyEvent.VK_J, Shortcut.DIRECT), true);
    7171        action.setHelpId(ht("/Action/JoinNodeWay"));
     
    8181                tr("Move Node onto Way"), /* ICON*/ "movenodeontoway",
    8282                tr("Move the node onto the nearest way segments and include it"),
    83                 Shortcut.registerShortcut("tools:movenodeontoway", tr("Tool: {0}", tr("Move Node onto Way")),
     83                Shortcut.registerShortcut("tools:movenodeontoway", tr("Tools: {0}", tr("Move Node onto Way")),
    8484                        KeyEvent.VK_N, Shortcut.DIRECT), true);
    8585        action.setHelpId(ht("/Action/MoveNodeWay"));
Note: See TracChangeset for help on using the changeset viewer.