diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-01-04 05:37:15 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-01-04 05:37:15 +0000 |
commit | 1068c367ac5ee03fc799773289786863689da5bd (patch) | |
tree | 2df7950b9a110160233e22392526096ac2589550 /templates/show_recently_played.inc.php | |
parent | 560dbe70f23b4353b5d98736fb16dd088d4f269a (diff) | |
download | ampache-1068c367ac5ee03fc799773289786863689da5bd.tar.gz ampache-1068c367ac5ee03fc799773289786863689da5bd.tar.bz2 ampache-1068c367ac5ee03fc799773289786863689da5bd.zip |
* Fixed Single Artist view if you have 50+ albums
* Tweaked Recently Played text to make translations a little easier
* Removed unused Config options
* Added array definition if only one users exists
Diffstat (limited to 'templates/show_recently_played.inc.php')
-rw-r--r-- | templates/show_recently_played.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_recently_played.inc.php b/templates/show_recently_played.inc.php index e30ee53e..f4df01b6 100644 --- a/templates/show_recently_played.inc.php +++ b/templates/show_recently_played.inc.php @@ -30,7 +30,7 @@ $time_unit = array('',_('seconds ago'),_('minutes ago'),_('hours ago'),_('days a <td><?php echo _('Song'); ?></td> <td><?php echo _('Album'); ?></td> <td><?php echo _('Artist'); ?></td> - <td> </td> + <td><?php echo _('Last Played'); ?></td> </tr> <?php foreach ($data as $row) { $row_user = new User($row['user']); |