Ignore:
Timestamp:
2010-01-18T20:03:38+01:00 (16 years ago)
Author:
mjulius
Message:

fix some more unescaped '

File:
1 edited

Legend:

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

    r2852 r2875  
    112112        OsmPrimitive primitive = ds.getPrimitiveById(id, type);
    113113        if (primitive == null)
    114             throw new NoSuchElementException(tr("No primitive with id {0} in local dataset. Can't infer primitive type.", id));
     114            throw new NoSuchElementException(tr("No primitive with id {0} in local dataset. Cannot infer primitive type.", id));
    115115        remember(primitive.getPrimitiveId());
    116116        return;
Note: See TracChangeset for help on using the changeset viewer.