X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=plugins%2Ffilters%2Foptions.php;h=21582d9a9dbe1c6ee8ec043f6f6b310727f9abf1;hp=eb5589dd857501d3e8cf983a9d31313aa4dc6e4d;hb=48a8f454eb431c08105a90fc92c720d406e2d8f1;hpb=d2c47f00c6069f0e42dc1d99f2f23b53a0a7a118;ds=sidebyside diff --git a/plugins/filters/options.php b/plugins/filters/options.php index eb5589dd..21582d9a 100644 --- a/plugins/filters/options.php +++ b/plugins/filters/options.php @@ -1,10 +1,8 @@ - * 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 @@ -22,7 +20,10 @@ * * Also view plugins/README.plugins for more information. * + * $Id$ + * */ + chdir('..'); require_once('../src/validate.php'); require_once('../functions/page_header.php'); @@ -102,7 +103,7 @@ echo "" . _("Up") . ''; } echo '] - '; - printf( _("If %s contains %s then move to %s"), $filters[$i]['where'], $filters[$i]['what'], $fdr ); + printf( _("If %s contains %s then move to %s"), _($filters[$i]['where']), $filters[$i]['what'], $fdr ); echo ''; }