From 708563acd4aac95bc7a02b4b4e1f3725ad84fe8a Mon Sep 17 00:00:00 2001 From: wn_ Date: Sat, 8 Feb 2025 16:55:39 +0000 Subject: Indicate filters might have matched more than the test found. Due to the limits set when testing a filter it's possible more results (some of which the user may be expecting to see) aren't displayed. --- js/CommonFilters.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js') diff --git a/js/CommonFilters.js b/js/CommonFilters.js index 6a85bf86c..fb1cfacb9 100644 --- a/js/CommonFilters.js +++ b/js/CommonFilters.js @@ -72,7 +72,7 @@ const Filters = { loading_message.innerHTML = __("Articles matching this filter:"); } else { - loading_message.innerHTML = __("Found %d articles matching this filter:") + loading_message.innerHTML = __("Found at least %d articles matching this filter:") .replace("%d", test_dialog.results); } -- cgit v1.2.3-54-g00ecf