CC-4256: Smart Playlist: change name to smart block and etc

- done
This commit is contained in:
James 2012-08-20 17:17:48 -04:00
parent 2438325445
commit a24da9e324
12 changed files with 36 additions and 33 deletions

View file

@ -731,7 +731,7 @@ class Application_Model_StoredFile
$row['audioFile'] = $row['id'];
$row['image'] = '<img title="Webstream preview" src="/css/images/record_icon.png">';
} else if ($type == "bl") {
$row['image'] = '<img title="Smart Playlist" src="/css/images/delete.png">';
$row['image'] = '<img title="Smart Block" src="/css/images/delete.png">';
}
}