From 2af61e1324d616b7039e95ef0a220998c69df487 Mon Sep 17 00:00:00 2001 From: Paul Date: Fri, 20 Jul 2018 08:26:57 +0100 Subject: [PATCH] fix bug 4058, '# in extended search description window should not be translated' --- src/gtk/quicksearch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gtk/quicksearch.c b/src/gtk/quicksearch.c index 072246741..33c883ed2 100644 --- a/src/gtk/quicksearch.c +++ b/src/gtk/quicksearch.c @@ -522,7 +522,7 @@ static gchar *search_descr_strings[] = { "|", N_("logical OR operator"), "! or ~", N_("logical NOT operator"), "%", N_("case sensitive search"), - "#", N_("match using regular expressions instead of substring search"), + "#", N_("match using regular expressions instead of substring search"), "", "" , " ", N_("all filtering expressions are allowed, but cannot be mixed " "through logical operators with the expressions above"), -- 2.25.1