Changeset 16569 in osm for applications/editors
- Timestamp:
- 2009-07-18T19:50:00+02:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/walkingpapers/src/org/openstreetmap/josm/plugins/walkingpapers/WalkingPapersLayer.java
r16549 r16569 58 58 @SuppressWarnings("serial") 59 59 public WalkingPapersLayer(String id, String tile, Bounds b, int minz, int maxz) { 60 super(tr("Walking Papers: " +id));60 super(tr("Walking Papers: {0}", id)); 61 61 background = true; 62 62 walkingPapersId = id;
Note:
See TracChangeset
for help on using the changeset viewer.