From b0318eed7a2e964b8f775848ce5ad98ec0490ebf Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 7 Jul 2016 08:47:52 +0530 Subject: [PATCH] ... --- src/calibre/gui2/add_filters.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/gui2/add_filters.py b/src/calibre/gui2/add_filters.py index 1884fe26f8..a14c8c46d7 100644 --- a/src/calibre/gui2/add_filters.py +++ b/src/calibre/gui2/add_filters.py @@ -39,7 +39,7 @@ class RuleEdit(RuleEditBase): MSG = _('Create the rule below, the rule can be used to add or ignore files') SUBJECT = _('the file, if the filename') - VALUE_ERROR = _('You must provide a value for the tag to match') + VALUE_ERROR = _('You must provide a value for the filename to match') def update_state(self): tt = _('A comma separated list of tags')