selector name cleanup

This commit is contained in:
sarven
2009-01-22 00:04:13 +00:00
parent d72706ce9d
commit a57f12b06c
8 changed files with 91 additions and 103 deletions

View File

@@ -150,6 +150,6 @@ class BlockForm extends Form
function formActions()
{
$this->out->submit('submit', _('block'), 'submit', null, _('Block this user'));
$this->out->submit('submit', _('Block'), 'submit', null, _('Block this user'));
}
}