Terminology consistency fix: 'Unlock' -> 'Unblock' in unblock form description.

This commit is contained in:
Brion Vibber 2009-11-18 12:29:47 -08:00
parent cc662ec1e6
commit 645b7dec2b
1 changed files with 1 additions and 1 deletions

View File

@ -77,6 +77,6 @@ class UnblockForm extends ProfileActionForm
function description()
{
return _('Unlock this user');
return _('Unblock this user');
}
}