1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-19 12:11: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

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