]> dev.renevier.net Git - syp.git/blobdiff - js/syp.js
real api and clearer separation between server and client
[syp.git] / js / syp.js
index 7e60b4e858df70821f0cd2f44b154d99ac558efd..c9f637aa78f615f4fed291c6e4daa11305dfa721 100644 (file)
--- a/js/syp.js
+++ b/js/syp.js
@@ -96,7 +96,7 @@ var SYP = {
     checkForFeatures: function() {
         var features = this.dataLayer.features;
         if (features.length == 0) {
-            var message = "Il n'y a aucune photo enregistrĂ©e sur le site.";
+            var message = "Il n'y a aucune image enregistrĂ©e sur le site.";
             this.Utils.displayUserMessage(message, "warn");
         }
     },