Changeset 12707 in osm for applications/editors/josm/plugins/utilsplugin/src
- Timestamp:
- 2008-12-31T00:38:51+01:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/utilsplugin/src/UtilsPlugin/SimplifyWayAction.java
r12677 r12707 62 62 if (!isInsideOneBoundingBox) { 63 63 int option = JOptionPane.showConfirmDialog(Main.parent, 64 tr("The selected way(s) have nodes outside of the downloaded data region. "65 + "This can lead to nodes be eing deleted accidentially.\n"64 tr("The selected way(s) have nodes outside of the downloaded data region.\n" 65 + "This can lead to nodes being deleted accidentally.\n" 66 66 + "Are you really sure to continue?"), 67 67 tr("Please abort if you are not sure"), JOptionPane.YES_NO_CANCEL_OPTION,
Note:
See TracChangeset
for help on using the changeset viewer.