From c61759a1da0e46096d62ac772c604e33c29e5608 Mon Sep 17 00:00:00 2001 From: martin Date: Mon, 22 Aug 2011 11:37:48 -0400 Subject: [PATCH] CC-1942: Add ability to set timezone in preferences -fixed spelling mistake --- airtime_mvc/application/forms/GeneralPreferences.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airtime_mvc/application/forms/GeneralPreferences.php b/airtime_mvc/application/forms/GeneralPreferences.php index 0e2d16177..7b0da1400 100644 --- a/airtime_mvc/application/forms/GeneralPreferences.php +++ b/airtime_mvc/application/forms/GeneralPreferences.php @@ -72,7 +72,7 @@ class Application_Form_GeneralPreferences extends Zend_Form_SubForm 'Africa' => DateTimeZone::AFRICA, 'America' => DateTimeZone::AMERICA, 'Antarctica' => DateTimeZone::ANTARCTICA, - 'Aisa' => DateTimeZone::ASIA, + 'Asia' => DateTimeZone::ASIA, 'Atlantic' => DateTimeZone::ATLANTIC, 'Europe' => DateTimeZone::EUROPE, 'Indian' => DateTimeZone::INDIAN,