diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-06-11 16:32:47 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-06-11 16:32:47 +0000 |
commit | 2e33fb1416359ffcabaa70b7e4be05d26cfc9bc9 (patch) | |
tree | 9350afa935feed31de5ba9c7ae1533858618c5e8 /templates/show_index.inc.php | |
parent | 6b272003385ccd0269cca358e6c00f8a205c976a (diff) | |
download | ampache-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.php | 2 |
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(); ?> |