From 43404bdc46f6fa524bf5ec308a997393ce10d812 Mon Sep 17 00:00:00 2001 From: jervfors Date: Sat, 8 May 2004 17:43:06 +0000 Subject: [PATCH] Minor string fix git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7397 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- plugins/spamcop/options.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; -- 2.25.1