diff --git a/lib/unblockform.php b/lib/unblockform.php index 4fe28b21a1..2a444f7cd0 100644 --- a/lib/unblockform.php +++ b/lib/unblockform.php @@ -77,6 +77,6 @@ class UnblockForm extends ProfileActionForm function description() { - return _('Unlock this user'); + return _('Unblock this user'); } }