Changeset 616 in josm


Ignore:
Timestamp:
Apr 21, 2008 2:35:06 AM (5 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.