CC-1960: Internationalize Airtime / Support translations

-fixed langauge label on preferences page
This commit is contained in:
denise 2012-11-21 12:46:52 -05:00
parent 25ddd083bc
commit 7a9f01458c
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ class Application_Form_GeneralPreferences extends Zend_Form_SubForm
$this->addElement($third_party_api);
$locale = new Zend_Form_Element_Select("locale");
$locale->setLabel(_("locale"));
$locale->setLabel(_("Language"));
$locale->setMultiOptions($this->getLocales());
$locale->setValue(Application_Model_Preference::GetLocale());
$locale->setDecorators(array('ViewHelper'));