X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Funblockform.php;h=2a444f7cd0da9b1db8269cd16ab8714264aa244c;hb=fae0f36b4d1e43e42637bced0b655ee6a25d6226;hp=4fe28b21a11347bac265a63887e6ebf0e0275005;hpb=e3b53565bb5744116811cd88dbe67ae8df7547fd;p=quix0rs-gnu-social.git 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'); } }