Clarify label on default interface language preference

This commit is contained in:
Daniel James 2013-01-07 11:05:38 +00:00
parent 053418d7ac
commit a2c1b9c699
1 changed files with 1 additions and 1 deletions

View File

@ -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'));