removing gettext function. this is variable, not string.
authortokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Wed, 31 Mar 2004 17:41:20 +0000 (17:41 +0000)
committertokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Wed, 31 Mar 2004 17:41:20 +0000 (17:41 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@6988 7612ce4b-ef26-0410-bec9-ea0150e637f0

plugins/filters/options.php

index 4f709d3a52b08c122386a6d1fd47cc3a2a2e5e84..06e892bd55d22576be30978088f69dcbdb0d736e 100644 (file)
@@ -229,7 +229,7 @@ sqgetGlobalVar('action', $action, SQ_GET);
         echo ']</small></td>'.
             html_tag( 'td', '-', 'left' ) .
             html_tag( 'td', '', 'left' );
-        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>';
 
     }