summaryrefslogtreecommitdiff
path: root/modules/pref-labels.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules/pref-labels.php')
-rw-r--r--modules/pref-labels.php4
1 files changed, 2 insertions, 2 deletions
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 "<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>";