Changeset 9012 in josm


Ignore:
Timestamp:
2015-11-15T20:18:38+01:00 (8 years ago)
Author:
Klumbumbus
Message:

fix #12100 - improve message string

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/bbox/TileSelectionBBoxChooser.java

    r8840 r9012  
    449449            HtmlPanel msg = new HtmlPanel();
    450450            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 "
    452452                    + "in the format <i>zoom,x,y</i> or <i>zoom;x;y</i> are valid too.</html>"));
    453453            pnl.add(msg);
Note: See TracChangeset for help on using the changeset viewer.