some tweaks and bugfixes
[old-projects.git] / philter / philter / include / plugin_bogofilter.inc.php
index 54b02d4..fd90fa5 100644 (file)
@@ -39,7 +39,7 @@ class BogoPlugin extends MatchPlugin {
 
     function to_form($_data) {
         $res =  "<table width=\"100%\" cellspacing=\"0\" cellpadding=\"1\">\n"
-            .   "<tr><th width=\"25%\">BogoFilter</th>\n";
+            .   "<tr><th width=\"25%\">"._i18n('1_bogo')."</th>\n";
 
         $res .= "<td><input type='hidden' name='global[1][0]' value='1' />\n"
             .   "    <input type='radio' name='global[1][1]' value='0' "