소스 검색

More intl.

philippe_mingo 24 년 전
부모
커밋
8b69f15e28
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      plugins/filters/options.php

+ 1 - 1
plugins/filters/options.php

@@ -102,7 +102,7 @@
                 echo "<a href=\"options.php?theid=$i&action=move_up\">" . _("Up") . '</a>';
             }
             echo ']</small></td><td> - ';
-            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>';
 
         }