diff options
author | sarven <csarven@plantard.controlezvous.ca> | 2009-01-22 00:04:13 +0000 |
---|---|---|
committer | sarven <csarven@plantard.controlezvous.ca> | 2009-01-22 00:04:13 +0000 |
commit | a57f12b06c9972b4935b7e21a4c9ea1f34647eb3 (patch) | |
tree | 19252a38deecf4072fc90e2bea630f106273749f /lib/blockform.php | |
parent | d72706ce9d44a12b27727b10cf570dfea7c7f896 (diff) |
selector name cleanup
Diffstat (limited to 'lib/blockform.php')
-rw-r--r-- | lib/blockform.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/blockform.php b/lib/blockform.php index ea22c1cec..af766b823 100644 --- a/lib/blockform.php +++ b/lib/blockform.php @@ -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')); } } |