From: Ricardo Mones Date: Mon, 16 Jan 2017 23:59:27 +0000 (+0100) Subject: Update quicksearch info to cope with rfe 2260… X-Git-Tag: 3.15.0~109 X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=commitdiff_plain;h=518c0b205ef4cf95b2ef284c42fff72468edaac2 Update quicksearch info to cope with rfe 2260… …until it's really fixable, if ever. --- diff --git a/src/gtk/quicksearch.c b/src/gtk/quicksearch.c index 7e1d37251..aeffe6ac4 100644 --- a/src/gtk/quicksearch.c +++ b/src/gtk/quicksearch.c @@ -15,7 +15,6 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . - * */ #ifdef HAVE_CONFIG_H @@ -525,7 +524,8 @@ static gchar *search_descr_strings[] = { "%", N_("case sensitive search"), "#", N_("match using regular expressions instead of substring search"), "", "" , - " ", N_("all filtering expressions are allowed"), + " ", N_("all filtering expressions are allowed, but can not be mixed " + "through logical operators with the expressions above"), NULL, NULL };