summaryrefslogtreecommitdiff
path: root/lib/unblockform.php
diff options
context:
space:
mode:
authorBrion Vibber <brion@pobox.com>2009-11-18 12:29:47 -0800
committerBrion Vibber <brion@pobox.com>2009-11-18 12:29:47 -0800
commit645b7dec2b40fb9c34306e7b445a120c6c09382d (patch)
tree781e6bb6d13086f9fd7cbf09d23af239d31de9d0 /lib/unblockform.php
parentcc662ec1e6185c48fdd78aeef5aaa73c5da06293 (diff)
Terminology consistency fix: 'Unlock' -> 'Unblock' in unblock form description.
Diffstat (limited to 'lib/unblockform.php')
-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');
}
}