MOD French -> English (1)
[euphorik.git] / js / pageMinichat / commandes.js
index a8ee986..dbcc76a 100644 (file)
@@ -102,7 +102,7 @@ euphorik.Commandes.prototype.exec = function(chaine) {
    }
    // commandes spéciales pour afficher l'aide : "?", "h", "help", "aide"
    if (nomCommande === "?" || nomCommande === "h" || nomCommande === "help" || nomCommande === "aide") {
-      this.util.messageDialogue(
+      this.util.messageDialog(
          this.texteAide,
          euphorik.Util.messageType.informatif,
          {"fermer" : function(){}},