From 0b73fb97ed127db85bc4adba7a992fc030321441 Mon Sep 17 00:00:00 2001 From: tokul Date: Sun, 5 Oct 2003 09:50:53 +0000 Subject: [PATCH] Changing string in order to disable incorrect c-format detection git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5839 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- plugins/filters/filters.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/filters/filters.php b/plugins/filters/filters.php index f2a0c278..c8444d38 100644 --- a/plugins/filters/filters.php +++ b/plugins/filters/filters.php @@ -609,7 +609,7 @@ function load_spam_filters() { $filters['SPAMcop']['dns'] = 'bl.spamcop.net'; $filters['SPAMcop']['result'] = '127.0.0.2'; $filters['SPAMcop']['comment'] = - _("FREE, for now - SPAMCOP - An interesting solution that lists servers that have a very high spam to legit email ratio (85% or more)."); + _("FREE, for now - SPAMCOP - An interesting solution that lists servers that have a very high spam to legit email ratio (85 percent or more)."); $filters['dev.null.dk']['prefname'] = 'filters_spam_devnull'; $filters['dev.null.dk']['name'] = 'dev.null.dk Lists'; -- 2.25.1