diff --git a/application/forms/GeneralPreferences.php b/application/forms/GeneralPreferences.php index 8bc3bdaca..0e5b55590 100644 --- a/application/forms/GeneralPreferences.php +++ b/application/forms/GeneralPreferences.php @@ -52,7 +52,7 @@ class Application_Form_GeneralPreferences extends Zend_Form_SubForm $this->addElement($stream_format); $third_party_api = new Zend_Form_Element_Radio('thirdPartyApi'); - $third_party_api->setLabel('Allow Remote Websites To Access "Schedule" Info?
(Enable this on to make frontend widgets work.)'); + $third_party_api->setLabel('Allow Remote Websites To Access "Schedule" Info?
(Enable this to make front-end widgets work.)'); $third_party_api->setMultiOptions(array("Disabled", "Enabled")); $third_party_api->setValue(Application_Model_Preference::GetAllow3rdPartyApi());