From 10d9d7a30810f6462265dd1f889a19d0a409270b Mon Sep 17 00:00:00 2001 From: tokul Date: Wed, 31 Mar 2004 17:41:20 +0000 Subject: [PATCH 1/1] removing gettext function. this is variable, not string. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@6988 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 4f709d3a..06e892bd 100644 --- a/plugins/filters/options.php +++ b/plugins/filters/options.php @@ -229,7 +229,7 @@ sqgetGlobalVar('action', $action, SQ_GET); echo ']'. html_tag( 'td', '-', 'left' ) . html_tag( 'td', '', 'left' ); - 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