diff options
author | xgizzmo <xgizzmo@ampache> | 2006-01-12 01:06:55 +0000 |
---|---|---|
committer | xgizzmo <xgizzmo@ampache> | 2006-01-12 01:06:55 +0000 |
commit | f2bf44079e365e8ff78cd48d901d5a86020bf13f (patch) | |
tree | 51d44a5f138ad41be02fa8e517b74049c505b911 /albums.php | |
parent | 911f7d6850a008a84e2bd444dcba1a05b0e24b22 (diff) | |
download | ampache-f2bf44079e365e8ff78cd48d901d5a86020bf13f.tar.gz ampache-f2bf44079e365e8ff78cd48d901d5a86020bf13f.tar.bz2 ampache-f2bf44079e365e8ff78cd48d901d5a86020bf13f.zip |
Fixed spelling, bug #238
Diffstat (limited to 'albums.php')
-rw-r--r-- | albums.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -41,7 +41,7 @@ if ($_REQUEST['action'] === 'clear_art') { if (!$user->has_access('25')) { access_denied(); } $album = new Album($_REQUEST['album_id']); $album->clear_art(); - show_confirmation(_("Album Art Cleared"),_("Album Art information has been removed form the database"),"/albums.php?action=show&album=" . $album->id); + show_confirmation(_("Album Art Cleared"),_("Album Art information has been removed from the database"),"/albums.php?action=show&album=" . $album->id); } // clear_art // if we have album |