diff options
author | Matthew Somerville <matthew@mysociety.org> | 2013-01-18 16:29:09 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2013-01-18 16:29:09 +0000 |
commit | 1f057dc7eb3f6520c03eacc9757e86aefc3d37fc (patch) | |
tree | 68527613148e7a09264443fbe8c81856b4ee300f /web/js/map-OpenLayers.js | |
parent | ddab23ae7a6dd9bf45870a67c6b61c14a71c71aa (diff) |
Allow hide/show pins in German to work.
Diffstat (limited to 'web/js/map-OpenLayers.js')
-rw-r--r-- | web/js/map-OpenLayers.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/web/js/map-OpenLayers.js b/web/js/map-OpenLayers.js index b76a7b166..ccf0f71b0 100644 --- a/web/js/map-OpenLayers.js +++ b/web/js/map-OpenLayers.js @@ -201,7 +201,8 @@ function fixmystreet_onload() { var showhide = [ 'Show pins', 'Hide pins', 'Dangos pinnau', 'Cuddio pinnau', - "Vis nåler", "Gjem nåler" + "Vis nåler", "Gjem nåler", + "Zeige Stecknadeln", "Stecknadeln ausblenden" ]; for (var i=0; i<showhide.length; i+=2) { if (this.innerHTML == showhide[i]) { |