diff options
author | momo-i <momo-i@ampache> | 2008-08-26 22:08:13 +0000 |
---|---|---|
committer | momo-i <momo-i@ampache> | 2008-08-26 22:08:13 +0000 |
commit | c3a0f470271cae98883d137c8d1ed10a9ed9d7f6 (patch) | |
tree | 96fbc29e03c25e49836824684f80942dfa7fc0a9 /templates/show_artist.inc.php | |
parent | f54f17453d160932781295632587ef7490136e77 (diff) | |
download | ampache-c3a0f470271cae98883d137c8d1ed10a9ed9d7f6.tar.gz ampache-c3a0f470271cae98883d137c8d1ed10a9ed9d7f6.tar.bz2 ampache-c3a0f470271cae98883d137c8d1ed10a9ed9d7f6.zip |
if can't use gettext, emulate gettext(). update some templates.
Diffstat (limited to 'templates/show_artist.inc.php')
-rw-r--r-- | templates/show_artist.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_artist.inc.php b/templates/show_artist.inc.php index 84e200a0..62a54076 100644 --- a/templates/show_artist.inc.php +++ b/templates/show_artist.inc.php @@ -22,7 +22,7 @@ $web_path = Config::get('web_path'); $title = sprintf(_('Albums by %s'), $artist->full_name); ?> <?php -show_box_top(sprintf(ngettext('%s by %s', '%ss by %s', count(ucfirst($object_type))) , ucfirst($object_type) ,$artist->f_name),'info-box'); +show_box_top(sprintf(gettext('%s by %s'), ucfirst($object_type) ,$artist->f_name),'info-box'); if (Config::get('ratings')) { ?> <div id="rating_"<?php echo intval($artist->id); ?>"_artist" style="display:inline;"> |