From cea04d61a243089db7c4680c19d61cc57786aadf Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 6 Oct 2009 13:37:24 +0400 Subject: prefs: small usability improvements, feed panel allows searching for category --- modules/pref-users.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/pref-users.php') diff --git a/modules/pref-users.php b/modules/pref-users.php index 73313a8ad..7e38fd5d4 100644 --- a/modules/pref-users.php +++ b/modules/pref-users.php @@ -478,9 +478,9 @@ } else { print "

"; 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 "

"; -- cgit v1.2.3-54-g00ecf