talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit 518c0b205ef4cf95b2ef284c42fff72468edaac2
parent 7144b3fe11be276fb18be867aa87c637953c397d
Author: Ricardo Mones <ricardo@mones.org>
Date:   Tue, 17 Jan 2017 00:59:27 +0100

Update quicksearch info to cope with rfe 2260…

…until it's really fixable, if ever.

Diffstat:
Msrc/gtk/quicksearch.c | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 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 <http://www.gnu.org/licenses/>. - * */ #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 };