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/gui/conflict/tags/TagConflictResolverModel.java

    r2070 r2181  
    8484    public void populate(TagCollection tags) {
    8585        if (tags == null)
    86             throw new IllegalArgumentException(tr("parameter ''{0}'' must not be null", "tags"));
     86            throw new IllegalArgumentException(tr("Parameter ''{0}'' must not be null.", "tags"));
    8787        this.tags = tags;
    8888        keys = new ArrayList<String>();
Note: See TracChangeset for help on using the changeset viewer.