Changeset 1871 in josm


Ignore:
Timestamp:
2009-07-29T18:40:52+02:00 (15 years ago)
Author:
Gubaer
Message:

applied #3127: patch by plaicy - Translation argument is not used

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/dialogs/relation/RelationEditor.java

    r1866 r1871  
    106106        );
    107107        if (layer == null)
    108             throw new IllegalArgumentException(tr("parameter ''layer'' must not be null", "layer"));
     108            throw new IllegalArgumentException(tr("parameter ''{0}'' must not be null", "layer"));
    109109        this.layer = layer;
    110110        setRelation(relation);
Note: See TracChangeset for help on using the changeset viewer.