Changeset 6582 in josm for trunk/src/org/openstreetmap/josm/tools
- Timestamp:
- 2014-01-01T11:57:38+01:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/tools/ExceptionUtil.java
r6362 r6582 52 52 String msg = tr( 53 53 "<html>Failed to initialize communication with the OSM server {0}.<br>" 54 + "Check the server URL in your preferences and your internet connection.", Main.pref.get(55 "osm-server.url", OsmApi.DEFAULT_API_URL));54 + "Check the server URL in your preferences and your internet connection.", 55 Main.pref.get("osm-server.url", OsmApi.DEFAULT_API_URL)); 56 56 return msg; 57 57 }
Note:
See TracChangeset
for help on using the changeset viewer.
