Ignore:
Timestamp:
2013-03-29T20:57:36+01:00 (13 years ago)
Author:
stoecker
Message:

i18n fixes

File:
1 edited

Legend:

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

    r29430 r29433  
    159159                offsets = new IODBReader(inp).parse();
    160160            } catch( Exception e ) {
    161                 throw new UploadException(tr("Error processing XML response") + ": " + e.getMessage());
     161                throw new UploadException(tr("Error processing XML response: {0}", e.getMessage()));
    162162            }
    163163        }
Note: See TracChangeset for help on using the changeset viewer.