Changeset 29430 in osm for applications/editors/josm/plugins/imagery_offset_db/src/iodb/GetImageryOffsetAction.java
- Timestamp:
- 2013-03-29T20:04:22+01:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/imagery_offset_db/src/iodb/GetImageryOffsetAction.java
r29399 r29430 159 159 offsets = new IODBReader(inp).parse(); 160 160 } catch( Exception e ) { 161 throw new UploadException("Error processing XML response: " + e.getMessage()); 161 throw new UploadException(tr("Error processing XML response") + ": " + e.getMessage()); 162 162 } 163 163 }
Note:
See TracChangeset
for help on using the changeset viewer.
