diff --git a/db_search.php b/db_search.php index 627ac2567..03e146fdc 100644 --- a/db_search.php +++ b/db_search.php @@ -257,7 +257,7 @@ if (isset($_REQUEST['submit_search'])) { $sql_query .= $newsearchsqls['select_count']; echo '
' . sprintf(__('Total: %s match(es)'), + echo '
' . sprintf(_ngettext('Total: %s match', 'Total: %s matches', $num_search_result_total), $num_search_result_total) . '
' . "\n"; } } // end 1.