From a394824371842d1332bf7c496568580cbc94d4a0 Mon Sep 17 00:00:00 2001 From: Paul Mangan Date: Mon, 28 Aug 2006 12:23:27 +0000 Subject: [PATCH] 2006-08-28 [paul] 2.4.0cvs105 * src/plugins/spamassassin/spamassassin.c english fix --- ChangeLog | 5 +++++ PATCHSETS | 1 + configure.ac | 2 +- src/plugins/spamassassin/spamassassin.c | 4 ++-- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index e4be030f1..cf987178b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-08-28 [paul] 2.4.0cvs105 + + * src/plugins/spamassassin/spamassassin.c + english fix + 2006-08-28 [paul] 2.4.0cvs104 * src/mh.c diff --git a/PATCHSETS b/PATCHSETS index 37f34e78e..a07a716ac 100644 --- a/PATCHSETS +++ b/PATCHSETS @@ -1796,3 +1796,4 @@ ( cvs diff -u -r 1.654.2.1840 -r 1.654.2.1841 configure.ac; cvs diff -u -r 1.6.2.8 -r 1.6.2.9 po/Makefile.in.in; cvs diff -u -r 1.1.4.2 -r 1.1.4.3 po/Makevars; ) > 2.4.0cvs102.patchset ( cvs diff -u -r 1.1.2.2 -r 1.1.2.3 src/plugins/bogofilter/bogofilter.c; cvs diff -u -r 1.1.2.2 -r 1.1.2.3 src/plugins/bogofilter/bogofilter_gtk.c; ) > 2.4.0cvs103.patchset ( cvs diff -u -r 1.79.2.39 -r 1.79.2.40 src/mh.c; cvs diff -u -r 1.5.2.24 -r 1.5.2.25 src/prefs_spelling.c; cvs diff -u -r 1.5.2.34 -r 1.5.2.35 src/gtk/pluginwindow.c; ) > 2.4.0cvs104.patchset +( cvs diff -u -r 1.18.2.37 -r 1.18.2.38 src/plugins/spamassassin/spamassassin.c; ) > 2.4.0cvs105.patchset diff --git a/configure.ac b/configure.ac index 46cc1d659..994f3e4ef 100644 --- a/configure.ac +++ b/configure.ac @@ -11,7 +11,7 @@ MINOR_VERSION=4 MICRO_VERSION=0 INTERFACE_AGE=0 BINARY_AGE=0 -EXTRA_VERSION=104 +EXTRA_VERSION=105 EXTRA_RELEASE= EXTRA_GTK2_VERSION= diff --git a/src/plugins/spamassassin/spamassassin.c b/src/plugins/spamassassin/spamassassin.c index 116d19a4e..e370303a3 100644 --- a/src/plugins/spamassassin/spamassassin.c +++ b/src/plugins/spamassassin/spamassassin.c @@ -273,8 +273,8 @@ static gboolean mail_filtering_hook(gpointer source, gpointer data) if (error) { if (!warned_error) { alertpanel_error(_("The SpamAssassin plugin couldn't filter " - "a message. The probable error cause is " - "an unreachable spamd daemon. Please make " + "a message. The probable cause of the error " + "is an unreachable spamd daemon. Please make " "sure spamd is running and accessible.")); } warned_error = TRUE; -- 2.25.1