From: Andrew Dolgov Date: Tue, 2 Apr 2013 06:21:45 +0000 (+0400) Subject: update 'no articles in label' hint X-Git-Tag: 1.7.6~37 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=8d192d025bc2e8f5e6e5e5aa843f7c6fffd9448e;p=tt-rss.git update 'no articles in label' hint --- diff --git a/classes/feeds.php b/classes/feeds.php index 0c643325..713460e2 100644 --- a/classes/feeds.php +++ b/classes/feeds.php @@ -739,7 +739,7 @@ class Feeds extends Handler_Protected { break; default: if ($feed < LABEL_BASE_INDEX) { - $message = __("No articles found to display. You can assign articles to labels manually (see the Actions menu above) or use a filter."); + $message = __("No articles found to display. You can assign articles to labels manually from article header context menu (applies to all selected articles) or use a filter."); } else { $message = __("No articles found to display."); }