Changeset 13197 in josm


Ignore:
Timestamp:
2017-12-06T19:33:49+01:00 (6 years ago)
Author:
Klumbumbus
Message:

fix #15646 - Better phrase of warning message (patch by naoliv)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/io/AbstractReader.java

    r13196 r13197  
    112112            w.setNodes(wayNodes);
    113113            if (w.hasIncompleteNodes()) {
    114                 Logging.info(tr("Way {0} with {1} nodes has incomplete nodes because at least one node was missing in the loaded data.",
     114                Logging.info(tr("Way {0} with {1} nodes is incomplete because at least one node was missing in the loaded data.",
    115115                        Long.toString(externalWayId), w.getNodesCount()));
    116116            }
Note: See TracChangeset for help on using the changeset viewer.