diff options
author | momo-i <momo-i@ampache> | 2009-05-19 00:45:51 +0000 |
---|---|---|
committer | momo-i <momo-i@ampache> | 2009-05-19 00:45:51 +0000 |
commit | 27898465844ac33da0bd5ac6c8fbbb4d05fbf5ea (patch) | |
tree | a342c9d203397019a706b25c0369655c36e9a055 /templates/show_lyrics.inc.php | |
parent | 3f2f2a124d04640937fcc9c01ebd1cfa6862603f (diff) | |
download | ampache-27898465844ac33da0bd5ac6c8fbbb4d05fbf5ea.tar.gz ampache-27898465844ac33da0bd5ac6c8fbbb4d05fbf5ea.tar.bz2 ampache-27898465844ac33da0bd5ac6c8fbbb4d05fbf5ea.zip |
Add Hint for translators
Diffstat (limited to 'templates/show_lyrics.inc.php')
-rw-r--r-- | templates/show_lyrics.inc.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/show_lyrics.inc.php b/templates/show_lyrics.inc.php index 6b5af3b1..ed4cccc5 100644 --- a/templates/show_lyrics.inc.php +++ b/templates/show_lyrics.inc.php @@ -29,8 +29,9 @@ * * @todo get lyrics from id3tag, if possible. */ +/* HINT: Song Title */ +show_box_top(sprintf(_('%s Lyrics'), $song->title)); ?> -<?php show_box_top(sprintf(_('%s Lyrics'), $song->title)); ?> <table class="tabledata" cellspacing="0" cellpadding="0"> <tr> <td> |