talons

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

commit 2f2d8bcd6e21d5840fe0a12d30c3d5757fe3a540
parent 604720d100ea1ad4011d3365db7c6db415d8d403
Author: Paul <paul@claws-mail.org>
Date:   Fri, 20 Jul 2018 08:26:57 +0100

fix bug 4058, '# in extended search description window should not be translated'

Diffstat:
Msrc/gtk/quicksearch.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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"), + "&#x00023;", 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"),