Ignore:
Timestamp:
2013-03-29T20:04:22+01:00 (12 years ago)
Author:
zverik
Message:

string fixes, button and menu update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/imagery_offset_db/src/iodb/IODBReader.java

    r29388 r29430  
    225225            if( geometry.isEmpty() ) {
    226226                if( imagery == null || imageryPos == null )
    227                     throw new IllegalArgumentException("Both imagery and imageryPos should be sepcified for the offset");
     227                    throw new IllegalArgumentException("Both imagery and imageryPos should be specified for the offset");
    228228                result = new ImageryOffset(imagery, imageryPos);
    229229                if( minZoom >= 0 )
Note: See TracChangeset for help on using the changeset viewer.