summaryrefslogtreecommitdiffstats
path: root/templates/show_user_recommendations.inc.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-01-17 04:45:28 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-01-17 04:45:28 +0000
commit407b618fc7c3a4be60e7ee14dca4d01edf205d44 (patch)
tree55ba8f4f1a21cb48feb0b74360e17683c8396789 /templates/show_user_recommendations.inc.php
parent2979c691e52422eb255ea2bc7be033c7d2a6a29f (diff)
downloadampache-407b618fc7c3a4be60e7ee14dca4d01edf205d44.tar.gz
ampache-407b618fc7c3a4be60e7ee14dca4d01edf205d44.tar.bz2
ampache-407b618fc7c3a4be60e7ee14dca4d01edf205d44.zip
localplay controllers and some spelling fixes
Diffstat (limited to 'templates/show_user_recommendations.inc.php')
-rw-r--r--templates/show_user_recommendations.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_user_recommendations.inc.php b/templates/show_user_recommendations.inc.php
index a89be09e..51d40c8c 100644
--- a/templates/show_user_recommendations.inc.php
+++ b/templates/show_user_recommendations.inc.php
@@ -26,7 +26,7 @@
<?php
if (count($recommended_artists)) {
$items = $working_user->format_recommendations($recommended_artists,'artist');
- show_info_box(_('Recommended Aritsts'),'artist',$items);
+ show_info_box(_('Recommended Artists'),'artist',$items);
}
else {
echo "<span class=\"error\">" . _('Not Enough Data') . "</span>";