]> dev.renevier.net Git - syp.git/blobdiff - js/syp.js
better english phrasing
[syp.git] / js / syp.js
index ddd47c9a084fda07ae6784d4662fdde0788736de..1f4d632d087c5f2f8afa1108e1e3784329f28bed 100644 (file)
--- a/js/syp.js
+++ b/js/syp.js
@@ -3,7 +3,7 @@
 
 OpenLayers.Control.SypAttribution = OpenLayers.Class (OpenLayers.Control.Attribution, {
     updateAttribution: function() {
-        var attributions = [SypStrings.propulsedByLink];
+        var attributions = [SypStrings.poweredByLink];
         if (this.map && this.map.layers) {
             for(var i=0, len=this.map.layers.length; i<len; i++) {
                 var layer = this.map.layers[i];