From 2d354d70f1d5fa2c27f4e6a2ebdac921ddb183f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Wed, 14 Mar 2012 16:34:37 +0100 Subject: [PATCH] Use ordered format string to ease work for translators --- db_search.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db_search.php b/db_search.php index 68cb46302a..7c1ec19a6e 100644 --- a/db_search.php +++ b/db_search.php @@ -224,7 +224,7 @@ if (isset($_REQUEST['submit_search'])) { $sql_query .= $newsearchsqls['select_count']; echo '' - .'' . sprintf(_ngettext('%s match inside table %s', '%s matches inside table %s', $res_cnt), $res_cnt, + .'' . sprintf(_ngettext('%1$s match inside table %2$s', '%1$s matches inside table %2$s', $res_cnt), $res_cnt, htmlspecialchars($each_table)) . "\n"; if ($res_cnt > 0) {