Ignore:
Timestamp:
11.03.2010 10:53:06 (2 years ago)
Author:
Gubaer
Message:

fixed #4715: Typos in ExceptionUtil

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/tools/ExceptionUtil.java

    r3109 r3112  
    335335        IllegalDataException ide = getNestedException(e, IllegalDataException.class); 
    336336        String message = tr("<html>Failed to download data. " 
    337                 + "It's format is either unsupported, ill-formed, and/or inconsistent.<br>" 
     337                + "Its format is either unsupported, ill-formed, and/or inconsistent.<br>" 
    338338                + "<br>Details (untranslated): {0}</html>", ide.getMessage()); 
    339339        e.printStackTrace(); 
Note: See TracChangeset for help on using the changeset viewer.