diff --git a/airtime_mvc/application/controllers/ShowbuilderController.php b/airtime_mvc/application/controllers/ShowbuilderController.php index efd2a3314..ab901ccd4 100644 --- a/airtime_mvc/application/controllers/ShowbuilderController.php +++ b/airtime_mvc/application/controllers/ShowbuilderController.php @@ -111,7 +111,7 @@ class ShowbuilderController extends Zend_Controller_Action $item = CcScheduleQuery::create()->findPK($id); $instance = $item->getCcShowInstances(); - $menu["preview"] = array("name"=> "Play"); + $menu["preview"] = array("name"=> "Preview"); //select the cursor $menu["selCurs"] = array("name"=> "Select Cursor"); $menu["delCurs"] = array("name"=> "Remove Cursor");