Ignore:
Timestamp:
2009-09-22T15:34:19+02:00 (15 years ago)
Author:
stoecker
Message:

lots of i18n fixes

File:
1 edited

Legend:

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

    r2070 r2181  
    2222
    2323    public void importData(File file) throws IOException, IllegalDataException {
    24         throw new IOException(tr("Could not read \"{0}\"", file.getName()));
     24        throw new IOException(tr("Could not read ''{0}''.", file.getName()));
    2525    }
    2626
Note: See TracChangeset for help on using the changeset viewer.