1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-23 09:41:29 +00:00

prefs: small usability improvements, feed panel allows searching for category

This commit is contained in:
Andrew Dolgov
2009-10-06 13:37:24 +04:00
parent b7268281f9
commit cea04d61a2
4 changed files with 18 additions and 6 deletions

View File

@@ -237,9 +237,9 @@
} else {
print "<p>";
if (!$label_search) {
print __('No labels defined.');
print_warning(__('No labels defined.'));
} else {
print __('No matching labels found.');
print_warning(__('No matching labels found.'));
}
print "</p>";