- Timestamp:
- 2012-01-12T21:59:07+01:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/JoinNodeWayAction.java
r4557 r4788 28 28 public class JoinNodeWayAction extends JosmAction { 29 29 public JoinNodeWayAction() { 30 super(tr("Join Node to Way"), "joinnodeway", tr(" Joina node into the nearest way segments"),30 super(tr("Join Node to Way"), "joinnodeway", tr("Include a node into the nearest way segments"), 31 31 Shortcut.registerShortcut("tools:joinnodeway", tr("Tool: {0}", tr("Join Node to Way")), KeyEvent.VK_J, Shortcut.GROUP_EDIT), true); 32 32 putValue("help", ht("/Action/JoinNodeWay"));
Note:
See TracChangeset
for help on using the changeset viewer.