summaryrefslogtreecommitdiffstats
path: root/templates/show_verify_catalog.inc.php
diff options
context:
space:
mode:
authorPaul Arthur <flowerysong00@yahoo.com>2012-03-31 18:08:56 -0400
committerPaul Arthur <paul.arthur@flowerysong.com>2012-04-12 21:13:29 -0400
commit774e53db7d9abdba72a0b7c49829dcdbdb2e0e1a (patch)
tree2d938b4c7d3dd2252e43cbc68b4739d9e15c854d /templates/show_verify_catalog.inc.php
parentf65076b93d91fe9718cf9bef37638d64290b9f28 (diff)
downloadampache-774e53db7d9abdba72a0b7c49829dcdbdb2e0e1a.tar.gz
ampache-774e53db7d9abdba72a0b7c49829dcdbdb2e0e1a.tar.bz2
ampache-774e53db7d9abdba72a0b7c49829dcdbdb2e0e1a.zip
Switch from ngettext() to T_ngettext()
Diffstat (limited to 'templates/show_verify_catalog.inc.php')
-rw-r--r--templates/show_verify_catalog.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_verify_catalog.inc.php b/templates/show_verify_catalog.inc.php
index a9004b5e..9afbd16c 100644
--- a/templates/show_verify_catalog.inc.php
+++ b/templates/show_verify_catalog.inc.php
@@ -30,7 +30,7 @@ show_box_top(T_('Verify Catalog'), 'box box_verify_catalog');
/* HINT: Catalog Name */
printf(T_('Updating the %s catalog'), "<strong>[ $this->name ]</strong>");
echo "<br />\n";
-printf(ngettext('%d item found checking tag information', '%d items found checking tag information', $number), $number);
+printf(T_ngettext('%d item found checking tag information', '%d items found checking tag information', $number), $number);
echo "<br />\n\n";
echo T_('Verified') . ': <span id="verify_count_' . $this->id . '">' . $catalog_verify_found . '</span><br />';
echo T_('Reading') . ': <span id="verify_dir_' . $this->id . '">' . $catalog_verify_directory . '</span><br />';