Changeset 1009 in josm


Ignore:
Timestamp:
Sep 26, 2008 12:08:38 PM (5 years ago)
Author:
stoecker
Message:

close bug #1600

File:
1 edited

Legend:

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

    r999 r1009  
    4444         */ 
    4545        public UnGlueAction() { 
    46                 super(tr("UnGlue Ways"), "unglueways", tr("Duplicate the selected node so each way using ist has its own copy."), KeyEvent.VK_G, 0, true); 
     46                super(tr("UnGlue Ways"), "unglueways", tr("Duplicate the selected node so each way using it has its own copy."), KeyEvent.VK_G, 0, true); 
    4747                DataSet.selListeners.add(this); 
    4848        } 
Note: See TracChangeset for help on using the changeset viewer.