Changeset 4788 in josm for trunk/src/org/openstreetmap


Ignore:
Timestamp:
2012-01-12T21:59:07+01:00 (12 years ago)
Author:
simon04
Message:

see #4549 - alter tooltip text of "Join Node to Way" to clarify

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/actions/JoinNodeWayAction.java

    r4557 r4788  
    2828public class JoinNodeWayAction extends JosmAction {
    2929    public JoinNodeWayAction() {
    30         super(tr("Join Node to Way"), "joinnodeway", tr("Join a node into the nearest way segments"),
     30        super(tr("Join Node to Way"), "joinnodeway", tr("Include a node into the nearest way segments"),
    3131                Shortcut.registerShortcut("tools:joinnodeway", tr("Tool: {0}", tr("Join Node to Way")), KeyEvent.VK_J, Shortcut.GROUP_EDIT), true);
    3232        putValue("help", ht("/Action/JoinNodeWay"));
Note: See TracChangeset for help on using the changeset viewer.