diff --git a/classes/pref/filters.php b/classes/pref/filters.php index 572d29f8b..74a29c619 100644 --- a/classes/pref/filters.php +++ b/classes/pref/filters.php @@ -91,7 +91,14 @@ class Pref_Filters extends Handler_Protected { if ($found == 0) { print "" . - __("No recent articles matching this filter have been found.") . ""; + __("No recent articles matching this filter have been found."); + + print ""; + + print __("Complex expressions might not give results while testing due to issues with database server regexp implementation."); + + print ""; + } print "";