]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/makeadminform.php
No more needed (for this fix) but maybe later. So I always only comment them out.
[quix0rs-gnu-social.git] / lib / makeadminform.php
index de245f3d66a23d6ca94bcc852a2f77a74ec9a574..f02bf396f7a9b96db05024262455c01905461169 100644 (file)
@@ -1,4 +1,5 @@
 <?php
+// @todo FIXME: add standard file header.
 
 /**
  * Form for making a user an admin for a group
@@ -120,6 +121,6 @@ class MakeAdminForm extends Form
           'submit',
           null,
           // TRANS: Submit button title.
-          _m('TOOLTIP','Make this user an admin'));
+          _m('TOOLTIP','Make this user an admin.'));
     }
 }