From 84021a8fb660661d60c68b4ee75906062dfb7f73 Mon Sep 17 00:00:00 2001 From: Matthew Somerville Date: Wed, 16 Jan 2013 12:06:29 +0000 Subject: Add some missing JS translatable strings, update .po files. --- web/js/map-OpenLayers.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'web/js/map-OpenLayers.js') diff --git a/web/js/map-OpenLayers.js b/web/js/map-OpenLayers.js index 85ab09889..b76a7b166 100644 --- a/web/js/map-OpenLayers.js +++ b/web/js/map-OpenLayers.js @@ -349,7 +349,7 @@ $(function(){ $('#sub_map_links').show(); //only on mobile $('#mob_sub_map_links').remove(); - $('.mobile-map-banner').html('Home Place pin on map'); + $('.mobile-map-banner').html('' + translation_strings.home + ' ' + translation_strings.place_pin_on_map); fixmystreet.page = 'around'; }); @@ -538,13 +538,13 @@ OpenLayers.Control.Click = OpenLayers.Class(OpenLayers.Control, { height = $map_box.height(); $map_box.append( '' ).css({ position: 'relative', width: width, height: height, marginBottom: '1em' }); // Making it relative here makes it much easier to do the scrolling later - $('.mobile-map-banner').html('Home Right place?'); + $('.mobile-map-banner').html('' + translation_strings.home + ' ' + translation_strings.right_place); // mobile user clicks 'ok' on map $('#mob_ok').toggle(function(){ -- cgit v1.2.3