Changeset 1009 in josm for trunk/src


Ignore:
Timestamp:
2008-09-26T12:08:38+02:00 (16 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.