summaryrefslogtreecommitdiffstats
path: root/templates/show_index.inc.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-06-11 16:32:47 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-06-11 16:32:47 +0000
commit2e33fb1416359ffcabaa70b7e4be05d26cfc9bc9 (patch)
tree9350afa935feed31de5ba9c7ae1533858618c5e8 /templates/show_index.inc.php
parent6b272003385ccd0269cca358e6c00f8a205c976a (diff)
downloadampache-2e33fb1416359ffcabaa70b7e4be05d26cfc9bc9.tar.gz
ampache-2e33fb1416359ffcabaa70b7e4be05d26cfc9bc9.tar.bz2
ampache-2e33fb1416359ffcabaa70b7e4be05d26cfc9bc9.zip
fixed typo -thx limed
Diffstat (limited to 'templates/show_index.inc.php')
-rw-r--r--templates/show_index.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_index.inc.php b/templates/show_index.inc.php
index 226fbff4..b3cd164f 100644
--- a/templates/show_index.inc.php
+++ b/templates/show_index.inc.php
@@ -38,7 +38,7 @@ if (isset($_REQUEST['xspf']) && isset ($_REQUEST['play_info'])){
<div id="recently_played">
<?php
$data = get_recently_played();
- show_box_top(_('Recently Player'));
+ show_box_top(_('Recently Played'));
if (count($data)) { require_once Config::get('prefix') . '/templates/show_recently_played.inc.php'; }
show_box_bottom();
?>