Changeset 14570 in josm for trunk/src


Ignore:
Timestamp:
2018-12-17T14:27:11+01:00 (5 years ago)
Author:
Don-vip
Message:

fix #17116 - translate "No tile at this zoom level"

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/imagery/TMSCachedTileLoaderJob.java

    r14565 r14570  
    279279        if (isNoTileAtZoom()) {
    280280            Logging.debug("JCS TMS - Tile valid, but no file, as no tiles at this level {0}", tile);
    281             tile.setError("No tile at this zoom level");
     281            tile.setError(tr("No tile at this zoom level"));
    282282            tile.putValue("tile-info", "no-tile");
    283283            return true;
Note: See TracChangeset for help on using the changeset viewer.