From c430e0bd6ac84e6aff2ae3881793d854c95cf3ae Mon Sep 17 00:00:00 2001 From: Yuchen Wang Date: Tue, 29 Nov 2011 11:13:39 -0500 Subject: [PATCH] CC-3125: Small capitalization errors on SoundCloud text labels Fix for the preference page --- airtime_mvc/application/forms/SoundcloudPreferences.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airtime_mvc/application/forms/SoundcloudPreferences.php b/airtime_mvc/application/forms/SoundcloudPreferences.php index b2840d580..40ad3382c 100644 --- a/airtime_mvc/application/forms/SoundcloudPreferences.php +++ b/airtime_mvc/application/forms/SoundcloudPreferences.php @@ -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(