summaryrefslogtreecommitdiffstats
path: root/templates/show_recently_played.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/show_recently_played.inc.php')
-rw-r--r--templates/show_recently_played.inc.php2
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>&nbsp;</td>
+ <td><?php echo _('Last Played'); ?></td>
</tr>
<?php foreach ($data as $row) {
$row_user = new User($row['user']);