]> git.wh0rd.org - tt-rss.git/commitdiff
update 'no articles in label' hint
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Tue, 2 Apr 2013 06:21:45 +0000 (10:21 +0400)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Tue, 2 Apr 2013 06:21:45 +0000 (10:21 +0400)
classes/feeds.php

index 0c643325f9a4e916ab3dce2d0564258c21a71d35..713460e28cc5f000895ee23a1683aba8bf8d052b 100644 (file)
@@ -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.");
                                        }