Minor tweaks to some frontend text.

This commit is contained in:
Paul Baranowski 2011-03-09 18:21:29 -05:00
parent 6a39e4f5f5
commit 0d0b8e380b
2 changed files with 5 additions and 5 deletions

View file

@ -81,7 +81,7 @@ class Application_Form_AddUser extends Zend_Form
$submit = new Zend_Form_Element_Submit('submit');
$submit->setAttrib('class', 'ui-button ui-state-default right-floated');
$submit->setIgnore(true);
$submit->setLabel('submit');
$submit->setLabel('Submit');
$this->addElement($submit);
}