From 6fb9c5bb1498d740fd6e5de3f55fe8c115dfe160 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Mon, 19 Jul 2010 13:22:42 -0400 Subject: [PATCH] more plural forms --- db_search.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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(__('%s match(es) inside table %s'), $res_cnt, + .'' . sprintf(_ngettext('%s match inside table %s', '%s matches inside table %s', $res_cnt), $res_cnt, htmlspecialchars($each_table)) . "\n"; if ($res_cnt > 0) { @@ -282,7 +282,7 @@ if (isset($_REQUEST['submit_search'])) { echo '' . "\n"; if (count($tables_selected) > 1) { - 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.