Browse Source

String fix

Fredrik Jervfors 20 years ago
parent
commit
c73a5b46c8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      plugins/spamcop/options.php

+ 1 - 1
plugins/spamcop/options.php

@@ -102,7 +102,7 @@ spamcop_load_function();
         </tr>
         <tr>
           <?php
-            echo html_tag('td',_("Save emails submitted to spamcop:") . "<br />\n" .
+            echo html_tag('td',_("Save emails submitted to SpamCop:") . "<br />\n" .
             '<small>(' . _("Only works with email-based reporting") . ')</small>',
             'right','','valign="top"');
             echo html_tag('td', spamcop_enable_disable($spamcop_save,'keep','dontkeep'),'','','valign="top"');