Fix for 261084 by Jared Moore <cornflake.pirate@gmail.com>
authorJohnny Jacob <jjohnny@src.gnome.org>
Mon, 27 Aug 2007 06:21:48 +0000 (06:21 +0000)
committerJohnny Jacob <jjohnny@src.gnome.org>
Mon, 27 Aug 2007 06:21:48 +0000 (06:21 +0000)
svn path=/trunk/; revision=7994

camel/ChangeLog
camel/camel-folder-search.c

index 2e1f26c..e66538c 100644 (file)
@@ -1,3 +1,10 @@
+2007-08-27  Johnny Jacob  <jjohnny@novell.com>
+       ** Fix for 261084 by Jared Moore <cornflake.pirate@gmail.com>
+       
+       * camel-folder-search.c: String change.
+       
+       
 2007-08-27  Srinivasa Ragavan  <sragavan@novell.com>
 
        ** Fix for bug #256878 from Vincent Untz
index 5e447fb..3c68f1e 100644 (file)
@@ -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);
        }