Update quicksearch info to cope with rfe 2260…
authorRicardo Mones <ricardo@mones.org>
Mon, 16 Jan 2017 23:59:27 +0000 (00:59 +0100)
committerRicardo Mones <ricardo@mones.org>
Mon, 16 Jan 2017 23:59:27 +0000 (00:59 +0100)
…until it's really fixable, if ever.

src/gtk/quicksearch.c

index 7e1d3725106cb2cc30e419ed54569f5e0cc2cd77..aeffe6ac412da2dbfb88fbc92a398a78c844d633 100644 (file)
@@ -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/>.
  *
  * 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
  */
 
 #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_("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
 };
 
        NULL,    NULL
 };