Changeset 2200 in josm for trunk/src/org/openstreetmap/josm/tools
- Timestamp:
- 2009-09-27T17:04:44+02:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/tools/ExceptionUtil.java
r2189 r2200 181 181 String apiUrl = OsmApi.getOsmApi().getBaseUrl(); 182 182 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); 185 187 message = "<html>" + message + "</html>"; 186 188 e.printStackTrace();
Note:
See TracChangeset
for help on using the changeset viewer.