Ignore:
Timestamp:
2010-02-08T17:26:01+01:00 (14 years ago)
Author:
mjulius
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/io/FileImporter.java

    r2851 r2955  
    6060            JOptionPane.showMessageDialog(
    6161                    Main.parent,
    62                     tr("<html>Could not read file ''{0}\''.<br> Error is: <br>{1}</html>", f.getName(), e.getMessage()),
     62                    tr("<html>Could not read file ''{0}''.<br>Error is:<br>{1}</html>", f.getName(), e.getMessage()),
    6363                    tr("Error"),
    6464                    JOptionPane.ERROR_MESSAGE
     
    7474            JOptionPane.showMessageDialog(
    7575                    Main.parent,
    76                     tr("<html>Could not read files.<br> Error is: <br>{0}</html>", e.getMessage()),
     76                    tr("<html>Could not read files.<br>Error is:<br>{0}</html>", e.getMessage()),
    7777                    tr("Error"),
    7878                    JOptionPane.ERROR_MESSAGE
Note: See TracChangeset for help on using the changeset viewer.