diff options
author | momo-i <momo-i@ampache> | 2008-12-09 02:01:15 +0000 |
---|---|---|
committer | momo-i <momo-i@ampache> | 2008-12-09 02:01:15 +0000 |
commit | 48fc1b065a9ba3939425b3ee3a1a1103e7252e87 (patch) | |
tree | 3703bf82a846f4853fbfd9bbecfeac8850d0037d /templates/show_song_row.inc.php | |
parent | ba557aadc506841687b5c7e0b637ddbc1617aaae (diff) | |
download | ampache-48fc1b065a9ba3939425b3ee3a1a1103e7252e87.tar.gz ampache-48fc1b065a9ba3939425b3ee3a1a1103e7252e87.tar.bz2 ampache-48fc1b065a9ba3939425b3ee3a1a1103e7252e87.zip |
Fixed: Typo informatin
Diffstat (limited to 'templates/show_song_row.inc.php')
-rw-r--r-- | templates/show_song_row.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_song_row.inc.php b/templates/show_song_row.inc.php index 8a790971..926940c0 100644 --- a/templates/show_song_row.inc.php +++ b/templates/show_song_row.inc.php @@ -32,7 +32,7 @@ <td class="cel_rating" id="rating_<?php echo $song->id; ?>_song"><?php Rating::show($song->id,'song'); ?></td> <?php } ?> <td class="cel_action"> - <a href="<?php echo $song->link; ?>"><?php echo get_user_icon('preferences',_('Song Informatin')); ?></a> + <a href="<?php echo $song->link; ?>"><?php echo get_user_icon('preferences',_('Song Information')); ?></a> <?php if (Config::get('shoutbox')) { ?> <a href="<?php echo Config::get('web_path'); ?>/shout.php?action=show_add_shout&type=song&id=<?php echo $song->id; ?>"> <?php echo get_user_icon('comment',_('Post Shout')); ?> |