From 665aae0a1885672d04890219dbce91af2e18f256 Mon Sep 17 00:00:00 2001 From: naomiaro Date: Sun, 3 Apr 2011 22:37:19 -0400 Subject: [PATCH] removed automatically, since it applies to manually through interface as well. --- application/forms/SoundcloudPreferences.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/forms/SoundcloudPreferences.php b/application/forms/SoundcloudPreferences.php index 96bbaee89..d4c485713 100644 --- a/application/forms/SoundcloudPreferences.php +++ b/application/forms/SoundcloudPreferences.php @@ -11,7 +11,7 @@ class Application_Form_SoundcloudPreferences extends Zend_Form_SubForm //enable soundcloud uploads $this->addElement('checkbox', 'UseSoundCloud', array( - 'label' => 'Automatically Upload Recorded Shows To SoundCloud', + 'label' => 'Upload Recorded Shows To SoundCloud', 'required' => false, 'value' => Application_Model_Preference::GetDoSoundCloudUpload(), 'decorators' => array(