Clarify label on default interface language preference
This commit is contained in:
parent
053418d7ac
commit
a2c1b9c699
|
@ -53,7 +53,7 @@ class Application_Form_GeneralPreferences extends Zend_Form_SubForm
|
|||
$this->addElement($third_party_api);
|
||||
|
||||
$locale = new Zend_Form_Element_Select("locale");
|
||||
$locale->setLabel(_("Language"));
|
||||
$locale->setLabel(_("Default Interface Language"));
|
||||
$locale->setMultiOptions(Application_Model_Locale::getLocales());
|
||||
$locale->setValue(Application_Model_Preference::GetLocale());
|
||||
$locale->setDecorators(array('ViewHelper'));
|
||||
|
|
Loading…
Reference in New Issue