]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/groupblockform.php
Misses this file to merge. I like the comments.
[quix0rs-gnu-social.git] / lib / groupblockform.php
index 279ddf66fb54f281611ffb76bd0e07dc5899da9f..e60587d37be8b8055e6bbbb0aef7e1ede6157edf 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-
+// @todo FIXME: standard file header missing.
 /**
  * Form for blocking a user from a group
  *
@@ -125,6 +125,6 @@ class GroupBlockForm extends Form
             'submit',
             null,
             // TRANS: Submit button title.
-            _m('TOOLTIP', 'Block this user'));
+            _m('TOOLTIP', 'Block this user so that they can no longer post messages to it.'));
     }
 }