From f2c92423175fb1319b6c594ad3225c063e6db9bf Mon Sep 17 00:00:00 2001 From: Johnny Jacob Date: Mon, 27 Aug 2007 06:21:48 +0000 Subject: [PATCH] Fix for 261084 by Jared Moore svn path=/trunk/; revision=7994 --- camel/ChangeLog | 7 +++++++ camel/camel-folder-search.c | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/camel/ChangeLog b/camel/ChangeLog index 2e1f26c..e66538c 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,10 @@ +2007-08-27 Johnny Jacob + + ** Fix for 261084 by Jared Moore + + * camel-folder-search.c: String change. + + 2007-08-27 Srinivasa Ragavan ** Fix for bug #256878 from Vincent Untz diff --git a/camel/camel-folder-search.c b/camel/camel-folder-search.c index 5e447fb..3c68f1e 100644 --- a/camel/camel-folder-search.c +++ b/camel/camel-folder-search.c @@ -762,7 +762,7 @@ search_match_threads(struct _ESExp *f, int argc, struct _ESExpTerm **argv, Camel /* not supported in match-all */ if (search->current) { - error_msg = g_strdup_printf(_("(%s) not allowed inside match-all"), "match-threads"); + error_msg = g_strdup_printf(_("(%s) not allowed inside %s"), "match-threads", "match-all"); e_sexp_fatal_error(f, error_msg); g_free(error_msg); } -- 2.7.4