Changeset 8915 in josm for trunk/src/org/openstreetmap/josm/actions
- Timestamp:
- 2015-10-19T23:49:25+02:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/mapmode/ImproveWayAccuracyAction.java
r8892 r8915 374 374 if (mv.getLatLon(mousePos.x, mousePos.y).isOutSideWorld()) { 375 375 JOptionPane.showMessageDialog(Main.parent, 376 tr("Cannot placea node outside of the world."),376 tr("Cannot add a node outside of the world."), 377 377 tr("Warning"), JOptionPane.WARNING_MESSAGE); 378 378 return;
Note:
See TracChangeset
for help on using the changeset viewer.