From 5f8b99eca54b9271be6c3224f88e2a75da18d095 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 24 Feb 2016 18:23:12 +0530 Subject: [PATCH] ... --- src/calibre/gui2/add_filters.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/calibre/gui2/add_filters.py b/src/calibre/gui2/add_filters.py index 6475bc58c2..b52b3839ad 100644 --- a/src/calibre/gui2/add_filters.py +++ b/src/calibre/gui2/add_filters.py @@ -104,7 +104,9 @@ class Rules(RulesBase): RuleItemClass = RuleItem RuleEditDialogClass = RuleEditDialog - MSG = _('You can specify rules to add/ignore files here. Click the "Add Rule" button' + MSG = _('You can specify rules to add/ignore files here. They will be used' + ' when recursively adding files from directories/archives and also' + ' when auto-adding. Click the "Add Rule" button' ' below to get started. The rules will be processed in order for every file until either an' ' "add" or an "ignore" rule matches. If no rules match, the file will be added only' ' if its file extension is of a known ebook type.')