aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-folder-search.c
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@novell.com>2004-05-18 00:40:07 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2004-05-18 00:40:07 +0800
commitc6edbf228c5ffd80c4d884a96d3f1564d17ec686 (patch)
tree266cbf7d17a93b5ecafe041d70b947ad38c11d39 /camel/camel-folder-search.c
parent8e66c5869a2e84fd4a9e58ddb15afb343103a350 (diff)
downloadgsoc2013-evolution-c6edbf228c5ffd80c4d884a96d3f1564d17ec686.tar
gsoc2013-evolution-c6edbf228c5ffd80c4d884a96d3f1564d17ec686.tar.gz
gsoc2013-evolution-c6edbf228c5ffd80c4d884a96d3f1564d17ec686.tar.bz2
gsoc2013-evolution-c6edbf228c5ffd80c4d884a96d3f1564d17ec686.tar.lz
gsoc2013-evolution-c6edbf228c5ffd80c4d884a96d3f1564d17ec686.tar.xz
gsoc2013-evolution-c6edbf228c5ffd80c4d884a96d3f1564d17ec686.tar.zst
gsoc2013-evolution-c6edbf228c5ffd80c4d884a96d3f1564d17ec686.zip
Fixed a string type-o.
2004-05-17 Jeffrey Stedfast <fejj@novell.com> * 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
Diffstat (limited to 'camel/camel-folder-search.c')
-rw-r--r--camel/camel-folder-search.c2
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"));