Changeset 9012 in josm for trunk/src/org
- Timestamp:
- 2015-11-15T20:18:38+01:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/bbox/TileSelectionBBoxChooser.java
r8840 r9012 449 449 HtmlPanel msg = new HtmlPanel(); 450 450 msg.setText(tr("<html>Alternatively you may enter a <strong>tile address</strong> for a single tile " 451 + "in the format <i>zoomlevel/x/y</i>, i.e. <i>15/256/223</i>. Tile addresses "451 + "in the format <i>zoomlevel/x/y</i>, e.g. <i>15/256/223</i>. Tile addresses " 452 452 + "in the format <i>zoom,x,y</i> or <i>zoom;x;y</i> are valid too.</html>")); 453 453 pnl.add(msg);
Note:
See TracChangeset
for help on using the changeset viewer.