Ignore:
Timestamp:
2009-09-15T16:32:01+02:00 (17 years ago)
Author:
Gubaer
Message:

applied #3513: patch by Claudius Henrichs : Typos and unifying tooltips
fixed a compilation error from r2138

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/osm/DataSet.java

    r2120 r2141  
    392392            throw new IllegalArgumentException(tr("parameter {0} > 0 required. Got {1}.", "id", id));
    393393        if (id <= 0)
    394             throw new IllegalArgumentException(tr("paramete''{0}'' must not be null", "type"));
     394            throw new IllegalArgumentException(tr("parameter ''{0}'' must not be null", "type"));
    395395        Collection<? extends OsmPrimitive> primitives = null;
    396396        switch(type) {
Note: See TracChangeset for help on using the changeset viewer.