From 0a0f987541b1e0fad869f3af000ee3559b1afbc4 Mon Sep 17 00:00:00 2001 From: Matthew Somerville Date: Thu, 24 Jan 2013 15:00:57 +0000 Subject: More details to Details and in translation. --- web/js/map-OpenLayers.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/js/map-OpenLayers.js') diff --git a/web/js/map-OpenLayers.js b/web/js/map-OpenLayers.js index cd77beefb..19bf8ee94 100644 --- a/web/js/map-OpenLayers.js +++ b/web/js/map-OpenLayers.js @@ -171,7 +171,7 @@ function fixmystreet_onload() { var popup = new OpenLayers.Popup.FramedCloud("popup", feature.geometry.getBounds().getCenterLonLat(), null, - feature.attributes.title + "
More details", + feature.attributes.title + "
" + translation_strings.more_details + "", { size: new OpenLayers.Size(0,0), offset: new OpenLayers.Pixel(0,-40) }, true, onPopupClose); feature.popup = popup; -- cgit v1.2.3