CC-3927: Should automatically switch back to Master/Show stream if there

is a connection interruption

- chaning label and description text
This commit is contained in:
James 2012-06-13 12:46:26 -04:00
parent 1b5ad43197
commit 4077858c8e
2 changed files with 2 additions and 2 deletions

View file

@ -17,7 +17,7 @@ class Application_Form_LiveStreamingPreferences extends Zend_Form_SubForm
// automatic switch off
$auto_transition = new Zend_Form_Element_Checkbox("auto_transition");
$auto_transition->setLabel("Auto Source Transition")
$auto_transition->setLabel("Auto Switch Off")
->setValue(Application_Model_Preference::GetAutoTransition())
->setDecorators(array('ViewHelper'));
$this->addElement($auto_transition);