MOD French -> English (1)
[euphorik.git] / js / client.js
index 9ea6ea0..5324f96 100644 (file)
@@ -307,7 +307,7 @@ euphorik.Client.prototype.connexion = function(action, messageJson) {
          thisClient.chargerDonnees(data);\r
       },\r
       function(data) {\r
-         thisClient.util.messageDialogue(data.error_message);\r
+         thisClient.util.messageDialog(data.error_message);\r
          thisClient.delCookie(); // suppression du cookie actuel, cas où le cookie du client ne permet pas une authentification\r
       },\r
       false\r
@@ -380,7 +380,7 @@ euphorik.Client.prototype.flush = function(async) {
          thisClient.majBulle();         \r
       },\r
       function(data) {\r
-         thisClient.util.messageDialogue(data.error_message);\r
+         thisClient.util.messageDialog(data.error_message);\r
          ok = false;\r
       },\r
       async\r