Browse Source

Added i18n for SpamFilters_YourHop warning

bbice 24 năm trước cách đây
mục cha
commit
621fbcb953
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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>';
     }