CC-3125: Small capitalization errors on SoundCloud text labels

Fix for the preference page
This commit is contained in:
Yuchen Wang 2011-11-29 11:13:39 -05:00
parent 1039183fce
commit c430e0bd6a
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ class Application_Form_SoundcloudPreferences extends Zend_Form_SubForm
//enable soundcloud uploads option
$this->addElement('checkbox', 'UploadToSoundcloudOption', array(
'label' => 'Enable Soundcloud Upload',
'label' => 'Enable SoundCloud Upload',
'required' => false,
'value' => Application_Model_Preference::GetUploadToSoundcloudOption(),
'decorators' => array(