String bug fix
[squirrelmail.git] / plugins / filters / options.php
index eb5589dd857501d3e8cf983a9d31313aa4dc6e4d..21582d9a9dbe1c6ee8ec043f6f6b310727f9abf1 100644 (file)
@@ -1,10 +1,8 @@
 <?php
    /*
     *  Message and Spam Filter Plugin
 <?php
    /*
     *  Message and Spam Filter Plugin
-    *  By Luke Ehresman <luke@squirrelmail.org>
-    *     Tyler Akins
-    *     Brent Bice
-    *  (c) 2000 (GNU GPL - see ../../COPYING)
+    *  Copyright (c) 1999-2001 The Squirrelmail Development Team
+    *  Licensed under the GNU GPL. For full terms see the file COPYING.
     *
     *  This plugin filters your inbox into different folders based upon given
     *  criteria.  It is most useful for people who are subscibed to mailing lists
     *
     *  This plugin filters your inbox into different folders based upon given
     *  criteria.  It is most useful for people who are subscibed to mailing lists
     *
     *  Also view plugins/README.plugins for more information.
     *
     *
     *  Also view plugins/README.plugins for more information.
     *
+    *  $Id$
+    *
     */
     */
+    
    chdir('..');
    require_once('../src/validate.php');
    require_once('../functions/page_header.php');
    chdir('..');
    require_once('../src/validate.php');
    require_once('../functions/page_header.php');
                 echo "<a href=\"options.php?theid=$i&action=move_up\">" . _("Up") . '</a>';
             }
             echo ']</small></td><td> - ';
                 echo "<a href=\"options.php?theid=$i&action=move_up\">" . _("Up") . '</a>';
             }
             echo ']</small></td><td> - ';
-            printf( _("If <b>%s</b> contains <b>%s</b> then move to <b>%s</b>"), $filters[$i]['where'], $filters[$i]['what'], $fdr );
+            printf( _("If <b>%s</b> contains <b>%s</b> then move to <b>%s</b>"), _($filters[$i]['where']), $filters[$i]['what'], $fdr );
             echo '</td></tr>';
 
         }
             echo '</td></tr>';
 
         }