Ignore:
Timestamp:
2015-05-25T13:30:20+02:00 (10 years ago)
Author:
stoecker
Message:

fix build failure

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/sds/src/org/openstreetmap/hot/sds/SdsApi.java

    r30738 r31152  
    484484
    485485                if (activeConnection.getResponseCode() == HttpURLConnection.HTTP_PROXY_AUTH)
    486                     throw new OsmTransferCanceledException();
     486                    throw new OsmTransferCanceledException(tr("Proxy Authentication Required"));
    487487
    488488                String encoding = activeConnection.getContentEncoding();
Note: See TracChangeset for help on using the changeset viewer.