Ticket #3127: translation-argument.patch

File translation-argument.patch, 679 bytes (added by plaicy, 16 years ago)
  • src/org/openstreetmap/josm/gui/dialogs/relation/RelationEditor.java

     
    105105                false
    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);
    111111    }