浏览代码

Added i18n for SpamFilters_YourHop warning

bbice 23 年之前
父节点
当前提交
621fbcb953
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      plugins/filters/spamoptions.php

+ 1 - 1
plugins/filters/spamoptions.php

@@ -53,7 +53,7 @@
        '</table>';
 
     if ($SpamFilters_YourHop == ' ') {
-       echo '<BR><center><b>WARNING! Tell your admin to set the SpamFilters_YourHop variable</b></center><BR>';
+       echo '<BR><center><b>' . _("WARNING! Tell your admin to set the SpamFilters_YourHop variable") . '</b></center><BR>';
     }