Changeset 12694 in osm for applications
- Timestamp:
- 2008-12-30T15:25:37+01:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/duplicateway/src/org/openstreetmap/josm/plugins/duplicateway/DuplicateWayAction.java
r4651 r12694 107 107 if (!seg.from.eastNorth.equals(last)) { 108 108 JOptionPane.showMessageDialog(Main.parent, 109 tr("Can't duplicate un nordered way."));109 tr("Can't duplicate unordered way.")); 110 110 return; 111 111 }
Note:
See TracChangeset
for help on using the changeset viewer.