diff options
author | Brion Vibber <brion@pobox.com> | 2009-11-18 12:29:47 -0800 |
---|---|---|
committer | Brion Vibber <brion@pobox.com> | 2009-11-18 12:29:47 -0800 |
commit | 645b7dec2b40fb9c34306e7b445a120c6c09382d (patch) | |
tree | 781e6bb6d13086f9fd7cbf09d23af239d31de9d0 /lib | |
parent | cc662ec1e6185c48fdd78aeef5aaa73c5da06293 (diff) |
Terminology consistency fix: 'Unlock' -> 'Unblock' in unblock form description.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/unblockform.php | 2 |
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'); } } |