String fix
authorjervfors <jervfors@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sat, 3 Sep 2005 22:16:54 +0000 (22:16 +0000)
committerjervfors <jervfors@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sat, 3 Sep 2005 22:16:54 +0000 (22:16 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10034 7612ce4b-ef26-0410-bec9-ea0150e637f0

plugins/spamcop/options.php

index ce58c77682719162e86e0d34f4d70ed424517fd1..fb904df4fe75a2faf847234ce9571baa7e7d8ced 100755 (executable)
@@ -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"');