MOD french -> english (2)
[euphorik.git] / js / pageMinichat / pageMinichat.js
index fd7e3bc..0b9c5b3 100755 (executable)
@@ -60,18 +60,18 @@ euphorik.PageMinichat.prototype.classes = function() {
    return this.client.chatOrder === "reverse" ? "orderReverse" : "orderChrono";
 };
 
-euphorik.PageMinichat.prototype.charger = function() {   
+euphorik.PageMinichat.prototype.charger = function() {
    thisPage = this;
    
    $("#posterMessage input.pseudo").val(this.client.pseudo);
    
    // cet appel ne doit pas être fait avant l'appel à 'charger'
-   this.conversations = new euphorik.Conversations(this.client, this.formater, this.util, this.fragment);   
+   this.conversations = new euphorik.Conversations(this.client, this.formater, this.util, this.communication, this.fragment);   
    
    this.chargerConversationsFragment();
    
    this.conversations.rafraichirMessages(true);   
-    
+
    this.util.setCaretToEnd($("form#posterMessage input.message")[0]);
 
    // les outils de bannissement (uniquement pour les ekMaster)
@@ -82,7 +82,7 @@ euphorik.PageMinichat.prototype.charger = function() {
          ' <span class="spacer"></span>' +
          ' <form action=""><p><input id="raison" name="raison" type="text" size="10" maxlength="200"></input></p></form>' +
          ' <img id="ban" src="img/ban.gif" alt="Ban de 3 jours" />' +
-         ' <img id="kick" src="img/kick.gif" alt="Ban de 15min" />' +
+         ' <img id="kick" src="img/kick.gif" alt="Ban de 15 min" />' +
          ' <img id="slap" src="img/slap.gif" alt="Avertissement" />' +
          '</span>'
       );