]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/revokeroleform.php
No more needed (for this fix) but maybe later. So I always only comment them out.
[quix0rs-gnu-social.git] / lib / revokeroleform.php
index ec24b991011d48e84a1e1c9403e91347e8e39a79..f33951bb40e54e76ea5d14c7c3c1bc1aebcaa5e7 100644 (file)
@@ -42,7 +42,6 @@ if (!defined('STATUSNET')) {
  *
  * @see      UnSandboxForm
  */
-
 class RevokeRoleForm extends ProfileActionForm
 {
     function __construct($role, $label, $writer, $profile, $r2args)
@@ -57,7 +56,6 @@ class RevokeRoleForm extends ProfileActionForm
      *
      * @return string Name of the action, lowercased.
      */
-
     function target()
     {
         return 'revokerole';
@@ -68,7 +66,6 @@ class RevokeRoleForm extends ProfileActionForm
      *
      * @return string Title of the form, internationalized
      */
-
     function title()
     {
         return $this->label;
@@ -85,9 +82,9 @@ class RevokeRoleForm extends ProfileActionForm
      *
      * @return string description of the form, internationalized
      */
-
     function description()
     {
+        // TRANS: Description of role revoke form. %s is the role to be revoked.
         return sprintf(_('Revoke the "%s" role from this user'), $this->label);
     }
 }