Selaa lähdekoodia

Added i18n for SpamFilters_YourHop warning

bbice 23 vuotta sitten
vanhempi
commit
621fbcb953
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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>';
     }