浏览代码

removing gettext function. this is variable, not string.

tokul 21 年之前
父节点
当前提交
215725f6bd
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      plugins/filters/options.php

+ 1 - 1
plugins/filters/options.php

@@ -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>';
 
     }