From f71e1cae83d53dcd15a4ff9e33ecaae7f82be7c8 Mon Sep 17 00:00:00 2001 From: jervfors Date: Sat, 8 May 2004 17:49:44 +0000 Subject: [PATCH 1/1] Minor string fix git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7398 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 31d17ac1..6367d1c4 100755 --- a/plugins/spamcop/options.php +++ b/plugins/spamcop/options.php @@ -213,7 +213,7 @@ echo _("The SpamCop service will display information as it finds it, so scroll d echo "

\n"; 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 _("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"; echo '

' . _("More information") . '
'; -- 2.25.1