瀏覽代碼

String fix

Fredrik Jervfors 20 年之前
父節點
當前提交
c73a5b46c8
共有 1 個文件被更改,包括 1 次插入1 次删除
  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"');