Ignore:
Timestamp:
2008-09-06T21:53:43+02:00 (16 years ago)
Author:
stoecker
Message:

some typos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/validator/src/org/openstreetmap/josm/plugins/validator/tests/UnconnectedWays.java

    r10520 r10521  
    7272                        {
    7373                                errors.add(new TestError(this, Severity.WARNING,
    74                                 tr("Unconnected way end node near other way"), UNCONNECTED_WAYS,
     74                                tr("Way end node near other way"), UNCONNECTED_WAYS,
    7575                                Arrays.asList(error.getKey(), error.getValue())));
    7676                        }
     
    9393                                {
    9494                                        errors.add(new TestError(this, Severity.WARNING,
    95                                         tr("Unconnected way node near other way"), UNCONNECTED_WAYS,
     95                                        tr("Way node near other way"), UNCONNECTED_WAYS,
    9696                                        Arrays.asList(error.getKey(), error.getValue())));
    9797                                }
Note: See TracChangeset for help on using the changeset viewer.