]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/unblockform.php
Use ReflectionFunction to check for a present-but-disabled dl() function instead...
[quix0rs-gnu-social.git] / lib / unblockform.php
index 2a444f7cd0da9b1db8269cd16ab8714264aa244c..b89d7ff78d226c2903080f025b98ce80c633cfd8 100644 (file)
@@ -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');
     }
 }