CC-4008: Inconsistent button labels for Play/Preview in Now Playing page

- changed everyting to "Preview"
This commit is contained in:
James 2012-06-28 13:33:01 -04:00
parent d13ade977a
commit 6c83633933
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ class LibraryController extends Zend_Controller_Action
$user = new Application_Model_User($userInfo->id);
//Open a jPlayer window and play the audio clip.
$menu["play"] = array("name"=> "Play", "icon" => "play");
$menu["play"] = array("name"=> "Preview", "icon" => "play");
$isAdminOrPM = $user->isUserType(array(UTYPE_ADMIN, UTYPE_PROGRAM_MANAGER));