Changeset 16571 in osm for applications/editors
- Timestamp:
- 2009-07-18T19:58:13+02:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/walkingpapers/src/org/openstreetmap/josm/plugins/walkingpapers/WalkingPapersAddLayerAction.java
r16568 r16571 68 68 if ((tile == null) || (north == 0 && south == 0) || (east == 0 && west == 0)) throw new Exception(); 69 69 } catch (Exception ex) { 70 JOptionPane.showMessageDialog(Main.parent,tr("Could not read information from walking-papers.org for this id."));70 JOptionPane.showMessageDialog(Main.parent,tr("Could not read information from walking-papers.org the id \"{0}\"", mungedWpId)); 71 71 return; 72 72 }
Note:
See TracChangeset
for help on using the changeset viewer.