diff options
author | momo-i <momo-i@ampache> | 2009-03-11 07:15:51 +0000 |
---|---|---|
committer | momo-i <momo-i@ampache> | 2009-03-11 07:15:51 +0000 |
commit | a1dd62bf2d74362e5553d124df67eef766acc008 (patch) | |
tree | d92b1b53a5c5e1f4c836368c1e17fc33b1f43266 /templates/show_verify_catalog.inc.php | |
parent | 151afa4ec1f163dd607548749532ce387f81464f (diff) | |
download | ampache-a1dd62bf2d74362e5553d124df67eef766acc008.tar.gz ampache-a1dd62bf2d74362e5553d124df67eef766acc008.tar.bz2 ampache-a1dd62bf2d74362e5553d124df67eef766acc008.zip |
fix typo
Diffstat (limited to 'templates/show_verify_catalog.inc.php')
-rw-r--r-- | templates/show_verify_catalog.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_verify_catalog.inc.php b/templates/show_verify_catalog.inc.php index 2f45a960..ab4a6a40 100644 --- a/templates/show_verify_catalog.inc.php +++ b/templates/show_verify_catalog.inc.php @@ -22,7 +22,7 @@ show_box_top(); printf(_('Updating the %s catalog'), "<strong>[ $catalog->name ]</strong>"); echo "<br />\n"; -printf(ngettext('%s item found checking tag information', '%s items found checking tag information', $number), $number); +printf(ngettext('%d item found checking tag information', '%d items found checking tag information', $number), $number); echo "<br />\n\n"; echo _('Verifed') . ":<span id=\"verify_count_$catalog_id\">$catalog_verify_found</span><br />"; echo _('Reading') . ":<span id=\"verify_dir_$catalog_id\">$catalog_verify_directory</span><br />"; |