Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Čihař <mcihar@novell.com>2010-05-25 16:26:05 +0400
committerMichal Čihař <mcihar@novell.com>2010-05-25 16:26:05 +0400
commit5dd82ed4842d1d1c4df39925554f57405be26ec5 (patch)
tree05967c74c4c6e38a6f5036c659ded648903300aa /db_printview.php
parent93ca7a35442543e01be130d072224b149f6b4b2c (diff)
Use ngettext.
Diffstat (limited to 'db_printview.php')
-rw-r--r--db_printview.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/db_printview.php b/db_printview.php
index d1ed79c179..e91c04c8f0 100644
--- a/db_printview.php
+++ b/db_printview.php
@@ -219,7 +219,7 @@ else {
?>
<tr>
<th align="center">
- <?php echo sprintf(__('%s table(s)'), PMA_formatNumber($num_tables, 0)); ?>
+ <?php echo sprintf(_ngettext('%s table', '%s tables', $num_tables), PMA_formatNumber($num_tables, 0)); ?>
</th>
<th align="right" nowrap="nowrap">
<?php echo PMA_formatNumber($sum_entries, 0); ?>