diff options
| author | 2014-09-19 14:35:02 +0200 | |
|---|---|---|
| committer | 2014-09-19 14:35:02 +0200 | |
| commit | 08cc7c4cd4f652da551964a7f5ac584ec18884ab (patch) | |
| tree | c336ec0d96ef47da5a2b8fe922e32250a78d4546 /app/i18n/en.php | |
| parent | ba378791c2f36251a22e8a98351ab9b23a640c17 (diff) | |
Add an error message when a query is deprecated.
See https://github.com/marienfressinaud/FreshRSS/issues/625
Diffstat (limited to 'app/i18n/en.php')
| -rw-r--r-- | app/i18n/en.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/i18n/en.php b/app/i18n/en.php index c53adb409..e2bd21623 100644 --- a/app/i18n/en.php +++ b/app/i18n/en.php @@ -46,6 +46,7 @@ return array ( 'no_query' => 'You haven’t created any user query yet.', 'query_filter' => 'Filter applied:', 'no_query_filter' => 'No filter', + 'query_deprecated' => 'This query is no longer valid. The concerned category or feed has been deleted.', 'about' => 'About', 'stats' => 'Statistics', 'stats_idle' => 'Idle feeds', |
