CC-2035: Context menu says 'Add Content' when it should say 'Add/Remove Content'

Changed.
This commit is contained in:
paul.baranowski 2011-03-24 15:08:58 -04:00
parent 38e84b81db
commit bdf98c9ec8
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@ class ScheduleController extends Zend_Controller_Action
if (($user->isHost($show->getShowId()) || $user->isAdmin()) && !$show->isRecorded() && !$show->isRebroadcast()) {
$menu[] = array('action' => array('type' => 'ajax', 'url' => '/Schedule/schedule-show-dialog'.$params,
'callback' => 'window["buildScheduleDialog"]'), 'title' => 'Add Content');
'callback' => 'window["buildScheduleDialog"]'), 'title' => 'Add / Remove Content');
$menu[] = array('action' => array('type' => 'ajax', 'url' => '/Schedule/clear-show'.$params,
'callback' => 'window["scheduleRefetchEvents"]'), 'title' => 'Remove All Content');