Ignore:
Timestamp:
2008-12-31T00:38:51+01:00 (16 years ago)
Author:
stoecker
Message:

fixed text strings, thanks to Andrew Gee

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/utilsplugin/src/UtilsPlugin/SimplifyWayAction.java

    r12677 r12707  
    6262                        if (!isInsideOneBoundingBox) {
    6363                            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 beeing 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"
    6666                                            + "Are you really sure to continue?"),
    6767                                    tr("Please abort if you are not sure"), JOptionPane.YES_NO_CANCEL_OPTION,
Note: See TracChangeset for help on using the changeset viewer.