From 76a8deb45523a4c6e98ff6592926e54600b4b815 Mon Sep 17 00:00:00 2001 From: martin Date: Mon, 4 Apr 2011 15:15:54 -0400 Subject: [PATCH] -typo fix --- application/forms/GeneralPreferences.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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());