Changeset 26518 in osm


Ignore:
Timestamp:
2011-08-11T11:12:27+02:00 (13 years ago)
Author:
stoecker
Message:

unify texts

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  
    104104                } catch (Exception e) {
    105105                        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()));
    107107                                return;
    108108                        }
  • applications/editors/josm/plugins/trustosm/src/org/openstreetmap/josm/plugins/trustosm/gui/KeyGenerationTask.java

    r26509 r26518  
    7272                } catch (Exception e) {
    7373                        if (canceled) {
    74                                 System.out.println(tr("Warning: ignoring exception because task is canceled. Exception: {0}", e
     74                                System.out.println(tr("Warning: Ignoring exception because task was canceled. Exception: {0}", e
    7575                                                .toString()));
    7676                                return;
Note: See TracChangeset for help on using the changeset viewer.