From c6edbf228c5ffd80c4d884a96d3f1564d17ec686 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Mon, 17 May 2004 16:40:07 +0000 Subject: Fixed a string type-o. 2004-05-17 Jeffrey Stedfast * camel-folder-search.c (search_match_threads): Fixed a string type-o. * camel-smime-context.c (sm_verify_cmsg): Fixed some spelling mistakes. svn path=/trunk/; revision=25929 --- camel/camel-folder-search.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'camel/camel-folder-search.c') diff --git a/camel/camel-folder-search.c b/camel/camel-folder-search.c index 9e8f66051e..26e789916a 100644 --- a/camel/camel-folder-search.c +++ b/camel/camel-folder-search.c @@ -752,7 +752,7 @@ search_match_threads(struct _ESExp *f, int argc, struct _ESExpTerm **argv, Camel /* not supported in match-all */ if (search->current) - e_sexp_fatal_error(f, _("(match-threads) now allowed inside match-all")); + e_sexp_fatal_error(f, _("(match-threads) not allowed inside match-all")); if (argc == 0) e_sexp_fatal_error(f, _("(match-threads) requires a match type string")); -- cgit v1.2.3