CC-1960: Internationalize Airtime / Support translations
-fixed langauge label on preferences page
This commit is contained in:
parent
25ddd083bc
commit
7a9f01458c
|
@ -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'));
|
||||
|
|
Loading…
Reference in New Issue