Browse Source

contournement pour une traduction pénible

julpec 8 years ago
parent
commit
efcf3ea65f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      panorama/static/panorama/js/pano.js

+ 1 - 1
panorama/static/panorama/js/pano.js

@@ -800,7 +800,7 @@ function display_links(e) {
                 info.style.color = 'black'
 		if (zm.pt_list[i]['dist'] < 10) var dst = Math.round(zm.pt_list[i]['dist']*1000)+' m';
 		else var dst = zm.pt_list[i]['dist'].toFixed(1)+' kms';
-		info.innerHTML += '<br/> à ' + dst;
+		info.innerHTML += '<br/>(' + dst + ')';
 		info.style.backgroundColor = 'rgb('+point_colors[zm.pt_list[i]['type']]+')';
 		canvas.style.cursor='auto';
 		break;