Changeset 2200 in josm for trunk/src


Ignore:
Timestamp:
2009-09-27T17:04:44+02:00 (15 years ago)
Author:
Gubaer
Message:

fixed #2818: error when retrieving map data

File:
1 edited

Legend:

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

    r2189 r2200  
    181181        String apiUrl = OsmApi.getOsmApi().getBaseUrl();
    182182        String message = tr("The OSM server ''{0}'' doesn't know about an object<br>"
    183                 + "you tried to update or delete."
    184                 , apiUrl);
     183                + "you tried to read, update, or delete. Either the respective object<br>"
     184                + "doesn''t exist on the server or you''re using an invalid URL to access<br>"
     185                + "it. Please carefully check the servers address ''{1}'' for typos."
     186                , apiUrl, apiUrl);
    185187        message = "<html>" + message + "</html>";
    186188        e.printStackTrace();
Note: See TracChangeset for help on using the changeset viewer.