Index: trunk/src/org/openstreetmap/josm/tools/ExceptionUtil.java
===================================================================
--- trunk/src/org/openstreetmap/josm/tools/ExceptionUtil.java	(revision 3111)
+++ trunk/src/org/openstreetmap/josm/tools/ExceptionUtil.java	(revision 3112)
@@ -335,5 +335,5 @@
         IllegalDataException ide = getNestedException(e, IllegalDataException.class);
         String message = tr("<html>Failed to download data. "
-                + "It's format is either unsupported, ill-formed, and/or inconsistent.<br>"
+                + "Its format is either unsupported, ill-formed, and/or inconsistent.<br>"
                 + "<br>Details (untranslated): {0}</html>", ide.getMessage());
         e.printStackTrace();
