Changeset 26518 in osm for applications/editors
- Timestamp:
- 2011-08-11T11:12:27+02:00 (13 years ago)
- Location:
- applications/editors/josm/plugins/trustosm/src/org/openstreetmap/josm/plugins/trustosm/gui
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/trustosm/src/org/openstreetmap/josm/plugins/trustosm/gui/DownloadSignedOsmDataTask.java
r26509 r26518 104 104 } catch (Exception e) { 105 105 if (canceled) { 106 System.out.println(tr("Warning: ignoring exception because task is canceled. Exception: {0}", e.toString()));106 System.out.println(tr("Warning: Ignoring exception because task was canceled. Exception: {0}", e.toString())); 107 107 return; 108 108 } -
applications/editors/josm/plugins/trustosm/src/org/openstreetmap/josm/plugins/trustosm/gui/KeyGenerationTask.java
r26509 r26518 72 72 } catch (Exception e) { 73 73 if (canceled) { 74 System.out.println(tr("Warning: ignoring exception because task is canceled. Exception: {0}", e74 System.out.println(tr("Warning: Ignoring exception because task was canceled. Exception: {0}", e 75 75 .toString())); 76 76 return;
Note:
See TracChangeset
for help on using the changeset viewer.