Ignore:
Timestamp:
2009-09-27T18:14:35+02:00 (15 years ago)
Author:
Gubaer
Message:

fixed typo in I18n

File:
1 edited

Legend:

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

    r2181 r2203  
    203203                } else {
    204204                    throwException(tr(
    205                             "Missing manadatory attributes on element ''bounds''. Got minlon=''{0}'',minlat=''{1}00,maxlon=''{3}'',maxlat=''{4}'', origin=''{5}''.",
     205                            "Missing manadatory attributes on element ''bounds''. Got minlon=''{0}'',minlat=''{1}'',maxlon=''{3}'',maxlat=''{4}'', origin=''{5}''.",
    206206                            minlon, minlat, maxlon, maxlat, origin
    207207                    ));
Note: See TracChangeset for help on using the changeset viewer.