From: jervfors Date: Sat, 8 May 2004 17:43:06 +0000 (+0000) Subject: Minor string fix X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=commitdiff_plain;h=43404bdc46f6fa524bf5ec308a997393ce10d812;hp=74091b64ffddec9db154d7a76c202b98401b1117 Minor string fix git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7397 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/plugins/spamcop/options.php b/plugins/spamcop/options.php index 146e8308..31d17ac1 100755 --- a/plugins/spamcop/options.php +++ b/plugins/spamcop/options.php @@ -212,7 +212,7 @@ echo '

'; echo _("The SpamCop service will display information as it finds it, so scroll down until you see a form button. It might pause a little while it is looking up information, so be a little patient. Read what it says, and submit the spam. Close the browser window. Press Cancel or click on the appropriate mail folder to see messages and/or delete the spam."); echo "

\n"; -echo '

' . _("Spamcop service type") . '
'; +echo '

' . _("SpamCop service type") . '
'; echo _("Service type option allows selecting which spamcop services you are using. Member services use different web reporting forms and does not display nags. You can purchase these services, if you want to support SpamCop."); echo "

\n";