Browse Source

Added i18n for SpamFilters_YourHop warning

bbice 23 years ago
parent
commit
621fbcb953
1 changed files with 1 additions and 1 deletions
  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>';
     }