X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Funblockform.php;h=b89d7ff78d226c2903080f025b98ce80c633cfd8;hb=698f5c7a20d5792b629404ce513d2fa2c2bab907;hp=4fe28b21a11347bac265a63887e6ebf0e0275005;hpb=a42e128c1532c45fd930d98c985f9a8d98ff6868;p=quix0rs-gnu-social.git diff --git a/lib/unblockform.php b/lib/unblockform.php index 4fe28b21a1..b89d7ff78d 100644 --- a/lib/unblockform.php +++ b/lib/unblockform.php @@ -66,6 +66,7 @@ class UnblockForm extends ProfileActionForm function title() { + // TRANS: Title for the form to unblock a user. return _('Unblock'); } @@ -77,6 +78,7 @@ class UnblockForm extends ProfileActionForm function description() { - return _('Unlock this user'); + // TRANS: Description of the form to unblock a user. + return _('Unblock this user'); } }