philippe_mingo %!s(int64=23) %!d(string=hai) anos
pai
achega
8b69f15e28
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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>';
 
         }