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:
parent
1b5ad43197
commit
4077858c8e
2 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue