From 618d1e63258ce8902efd1b311e3c9acbd80647f1 Mon Sep 17 00:00:00 2001 From: philippe_mingo Date: Mon, 12 Nov 2001 16:50:15 +0000 Subject: [PATCH] More intl. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1741 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- plugins/filters/options.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/filters/options.php b/plugins/filters/options.php index eb5589dd..5160a93f 100644 --- a/plugins/filters/options.php +++ b/plugins/filters/options.php @@ -102,7 +102,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 ''; } -- 2.25.1