This commit is contained in:
Kovid Goyal 2016-07-07 08:47:52 +05:30
parent 4ce8db1fe2
commit b0318eed7a

View File

@ -39,7 +39,7 @@ class RuleEdit(RuleEditBase):
MSG = _('Create the rule below, the rule can be used to add or ignore files') MSG = _('Create the rule below, the rule can be used to add or ignore files')
SUBJECT = _('the file, if the filename') 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): def update_state(self):
tt = _('A comma separated list of tags') tt = _('A comma separated list of tags')