diff options
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')); } } |