[Commits] [SCM] claws branch, master, updated. 3.16.0-242-g2af61e1

claws at claws-mail.org claws at claws-mail.org
Fri Jul 20 09:27:04 CEST 2018


The branch, master has been updated
       via  2af61e1324d616b7039e95ef0a220998c69df487 (commit)
      from  4b7454fd6efc930c977e8ec3843a7af17be61e03 (commit)

Summary of changes:
 src/gtk/quicksearch.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


- Log -----------------------------------------------------------------
commit 2af61e1324d616b7039e95ef0a220998c69df487
Author: Paul <paul at claws-mail.org>
Date:   Fri Jul 20 08:26:57 2018 +0100

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

diff --git a/src/gtk/quicksearch.c b/src/gtk/quicksearch.c
index 0722467..33c883e 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"),
+	"&#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"),

-----------------------------------------------------------------------


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list