Fixed whitespace in Preferences page between 'Timezone' and colon

This commit is contained in:
Daniel James 2013-01-07 11:41:29 +00:00
parent a2c1b9c699
commit 771b9b9412
3 changed files with 4 additions and 4 deletions

View file

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