From: Brion Vibber Date: Wed, 18 Nov 2009 20:29:47 +0000 (-0800) Subject: Terminology consistency fix: 'Unlock' -> 'Unblock' in unblock form description. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=645b7dec2b40fb9c34306e7b445a120c6c09382d;p=quix0rs-gnu-social.git Terminology consistency fix: 'Unlock' -> 'Unblock' in unblock form description. --- 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'); } }