]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/unblockform.php
New "desktop" mode for the OAuth authorization page. If mode=deskstop
[quix0rs-gnu-social.git] / lib / unblockform.php
index 4fe28b21a11347bac265a63887e6ebf0e0275005..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()
     {
-        return _('Unlock this user');
+        // TRANS: Description of the form to unblock a user.
+        return _('Unblock this user');
     }
 }