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