Changeset 12694 in osm for applications


Ignore:
Timestamp:
2008-12-30T15:25:37+01:00 (16 years ago)
Author:
stoecker
Message:

fixed typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/duplicateway/src/org/openstreetmap/josm/plugins/duplicateway/DuplicateWayAction.java

    r4651 r12694  
    107107                                                if (!seg.from.eastNorth.equals(last)) {
    108108                                                        JOptionPane.showMessageDialog(Main.parent,
    109                                                                 tr("Can't duplicate unnordered way."));
     109                                                                tr("Can't duplicate unordered way."));
    110110                                                        return;
    111111                                                }
Note: See TracChangeset for help on using the changeset viewer.