X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Funblockform.php;h=b89d7ff78d226c2903080f025b98ce80c633cfd8;hb=bab012bd67bdaf431f7bdba707c9fdebb7d6b6bb;hp=2a444f7cd0da9b1db8269cd16ab8714264aa244c;hpb=b657e49ec772aec2b60ae193252edd53d85e1df5;p=quix0rs-gnu-social.git diff --git a/lib/unblockform.php b/lib/unblockform.php index 2a444f7cd0..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() { + // TRANS: Description of the form to unblock a user. return _('Unblock this user'); } }