Index: trunk/src/org/openstreetmap/josm/gui/bbox/TileSelectionBBoxChooser.java
===================================================================
--- trunk/src/org/openstreetmap/josm/gui/bbox/TileSelectionBBoxChooser.java	(revision 9008)
+++ trunk/src/org/openstreetmap/josm/gui/bbox/TileSelectionBBoxChooser.java	(revision 9012)
@@ -449,5 +449,5 @@
             HtmlPanel msg = new HtmlPanel();
             msg.setText(tr("<html>Alternatively you may enter a <strong>tile address</strong> for a single tile "
-                    + "in the format <i>zoomlevel/x/y</i>, i.e. <i>15/256/223</i>. Tile addresses "
+                    + "in the format <i>zoomlevel/x/y</i>, e.g. <i>15/256/223</i>. Tile addresses "
                     + "in the format <i>zoom,x,y</i> or <i>zoom;x;y</i> are valid too.</html>"));
             pnl.add(msg);
