Ticket #3127: translation-argument.patch
| File translation-argument.patch, 679 bytes (added by , 16 years ago) |
|---|
-
src/org/openstreetmap/josm/gui/dialogs/relation/RelationEditor.java
105 105 false 106 106 ); 107 107 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")); 109 109 this.layer = layer; 110 110 setRelation(relation); 111 111 }
