Changed mobile option text on streams page

This commit is contained in:
drigato 2015-04-02 15:13:34 -04:00
parent 4ab4fe5cb9
commit 369a59c564
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ class Application_Form_StreamSettingSubForm extends Zend_Form_SubForm
$this->addElement($enable);
$mobile = new Zend_Form_Element_Checkbox('mobile');
$mobile->setLabel(_('Good for mobile?'));
$mobile->setLabel(_('Mobile:'));
$mobile->setValue($setting[$prefix.'_mobile']);
$mobile->setDecorators(array('ViewHelper'));
$this->addElement($mobile);