X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Funblockform.php;h=b89d7ff78d226c2903080f025b98ce80c633cfd8;hb=0ec07e9c651f747d93865f75b8631899a7d7f04d;hp=2a444f7cd0da9b1db8269cd16ab8714264aa244c;hpb=cac5a417f2a81b974781d4dbc40fd9d718a7a7f2;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'); } }