Index: applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/tilesources/BingAerialTileSource.java
===================================================================
--- applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/tilesources/BingAerialTileSource.java	(revision 28553)
+++ applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/tilesources/BingAerialTileSource.java	(revision 28639)
@@ -2,6 +2,4 @@
 
 //License: GPL.
-
-import static org.openstreetmap.josm.tools.I18n.tr;
 
 import java.awt.Image;
@@ -65,5 +63,5 @@
         // make sure that attribution is loaded. otherwise subdomains is null.
         if (getAttribution() == null)
-            throw new IOException(tr("Attribution is not loaded yet"));
+            throw new IOException("Attribution is not loaded yet");
 
         int t = (zoom + tilex + tiley) % subdomains.length;
