bugfix and i18n change
authorPierre Habouzit <madcoder@debian.org>
Mon, 13 Oct 2003 09:58:19 +0000 (09:58 +0000)
committerPierre Habouzit <madcoder@debian.org>
Mon, 13 Oct 2003 09:58:19 +0000 (09:58 +0000)
philter/philter/include/philter.inc.php
philter/philter/locales/philter.fr.inc.php

index 4d3c4f9..463f772 100644 (file)
@@ -88,7 +88,7 @@ class Philter {
      * @return  true if all is ok
      */
     function write_procmailrc(&$procmail, $filename) {
-        $file = $philter->config['path']['spool']."/".$filename;
+        $file = $this->config['path']['spool']."/".$filename;
         $f = fopen($file.".tmp", "w");
         fwrite($f, $procmail, strlen($procmail));
         fclose($f);
index 8265c91..b4914c7 100644 (file)
@@ -11,7 +11,7 @@ $philter->config['i18n'] = Array(
     'up' => 'Haut',
     'dn' => 'Bas',
     'del' => 'Suppr.',
-    'submit' => 'Valider',
+    'submit' => 'Appliquer',
 
     'del_email_q' => 'Veux tu rĂ©ellement supprimer cette adresse mail ?',