Ignore:
Timestamp:
2009-09-22T15:34:19+02:00 (15 years ago)
Author:
stoecker
Message:

lots of i18n fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/tools/ImageProvider.java

    r2017 r2181  
    341341    public static ImageIcon get(OsmPrimitiveType type) throws IllegalArgumentException {
    342342        if (type == null)
    343             throw new IllegalArgumentException(tr("parameter ''{0}'' must not be null", "type"));
     343            throw new IllegalArgumentException(tr("Parameter ''{0}'' must not be null.", "type"));
    344344        return get("data", type.getAPIName());
    345345    }
Note: See TracChangeset for help on using the changeset viewer.