diff options
Diffstat (limited to 'camel/camel-folder-search.c')
-rw-r--r-- | camel/camel-folder-search.c | 2 |
1 files changed, 1 insertions, 1 deletions
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")); |