1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-26 02:41:28 +00:00

pref-filters: mention native-regexp difficulties in testing window

This commit is contained in:
Andrew Dolgov
2013-01-22 13:34:02 +04:00
parent 3fb401120a
commit 5cb1730648

View File

@@ -91,7 +91,14 @@ class Pref_Filters extends Handler_Protected {
if ($found == 0) {
print "<tr><td align='center'>" .
__("No recent articles matching this filter have been found.") . "</td></tr>";
__("No recent articles matching this filter have been found.");
print "</td></tr><tr><td class='insensitive' align='center'>";
print __("Complex expressions might not give results while testing due to issues with database server regexp implementation.");
print "</td></tr>";
}
print "</table></div>";