Ticket #1600: UnGlueWay.patch

File UnGlueWay.patch, 674 bytes (added by mfloryan, 17 years ago)

Patch for the spelling mistake

  • org/openstreetmap/josm/actions/UnGlueAction.java

     
    4343         * Create a new SplitWayAction.
    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        }
    4949