CC-3125: Small capitalization errors on SoundCloud text labels
Fix for the preference page
This commit is contained in:
parent
1039183fce
commit
c430e0bd6a
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ class Application_Form_SoundcloudPreferences extends Zend_Form_SubForm
|
||||||
|
|
||||||
//enable soundcloud uploads option
|
//enable soundcloud uploads option
|
||||||
$this->addElement('checkbox', 'UploadToSoundcloudOption', array(
|
$this->addElement('checkbox', 'UploadToSoundcloudOption', array(
|
||||||
'label' => 'Enable Soundcloud Upload',
|
'label' => 'Enable SoundCloud Upload',
|
||||||
'required' => false,
|
'required' => false,
|
||||||
'value' => Application_Model_Preference::GetUploadToSoundcloudOption(),
|
'value' => Application_Model_Preference::GetUploadToSoundcloudOption(),
|
||||||
'decorators' => array(
|
'decorators' => array(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue