Jelajahi Sumber

Added i18n for SpamFilters_YourHop warning

bbice 23 tahun lalu
induk
melakukan
621fbcb953
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      plugins/filters/spamoptions.php

+ 1 - 1
plugins/filters/spamoptions.php

@@ -53,7 +53,7 @@
        '</table>';
        '</table>';
 
 
     if ($SpamFilters_YourHop == ' ') {
     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>';
     }
     }