update 'no articles in label' hint
This commit is contained in:
parent
7ff4d1fa8b
commit
8d192d025b
1 changed files with 1 additions and 1 deletions
|
@ -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.");
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue