Changeset 616 in josm


Ignore:
Timestamp:
2008-04-21T02:35:06+02:00 (16 years ago)
Author:
framm
Message:
  • fix typo in help text
File:
1 edited

Legend:

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

    r608 r616  
    592592                        } else {
    593593                                if (alt && /* FIXME: way exists */true)
    594                                     rv = tr("Click to insert a nose and create a new way.");
     594                                    rv = tr("Click to insert a node and create a new way.");
    595595                                else   
    596596                                        rv = tr("Click to insert a new node and make a connection.");
Note: See TracChangeset for help on using the changeset viewer.