Added missing colon to the end of 'Language'
This commit is contained in:
parent
225a5d8f48
commit
053418d7ac
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ class Application_Form_EditUser extends Zend_Form
|
|||
$this->addElement($jabber);
|
||||
|
||||
$locale = new Zend_Form_Element_Select("cu_locale");
|
||||
$locale->setLabel(_("Language"));
|
||||
$locale->setLabel(_("Language:"));
|
||||
$locale->setMultiOptions(Application_Model_Locale::getLocales());
|
||||
$locale->setValue(Application_Model_Preference::GetUserLocale($currentUser->getId()));
|
||||
$locale->setDecorators(array('ViewHelper'));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue