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-labels.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/pref-labels.php') diff --git a/modules/pref-labels.php b/modules/pref-labels.php index dd44c7865..165765b89 100644 --- a/modules/pref-labels.php +++ b/modules/pref-labels.php @@ -237,9 +237,9 @@ } else { print "

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

"; -- cgit v1.2.3