Ignore:
Timestamp:
2010-01-13T20:12:48+01:00 (16 years ago)
Author:
mjulius
Message:

fix messages for gui/dialogs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/dialogs/relation/RelationTree.java

    r2578 r2847  
    159159            } catch(Exception e) {
    160160                if (cancelled) {
    161                     System.out.println(tr("Warning: ignoring exception because task was cancelled. Exception was: " + e.toString()));
     161                    System.out.println(tr("Warning: ignoring exception because task was cancelled. Exception was: {0}", e.toString()));
    162162                    return;
    163163                }
Note: See TracChangeset for help on using the changeset viewer.