summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/unblockform.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/unblockform.php b/lib/unblockform.php
index 4fe28b21a..2a444f7cd 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');
}
}