Changeset 8915 in josm for trunk/src/org/openstreetmap/josm


Ignore:
Timestamp:
2015-10-19T23:49:25+02:00 (9 years ago)
Author:
simon04
Message:

Harmonize warning strings

See org.openstreetmap.josm.actions.mapmode.DrawAction

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/actions/mapmode/ImproveWayAccuracyAction.java

    r8892 r8915  
    374374            if (mv.getLatLon(mousePos.x, mousePos.y).isOutSideWorld()) {
    375375                JOptionPane.showMessageDialog(Main.parent,
    376                         tr("Cannot place a node outside of the world."),
     376                        tr("Cannot add a node outside of the world."),
    377377                        tr("Warning"), JOptionPane.WARNING_MESSAGE);
    378378                return;
Note: See TracChangeset for help on using the changeset viewer.