]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/invite.php
add --all and --suspicious options for update-profile-data.php
[quix0rs-gnu-social.git] / actions / invite.php
index e9adb3b7f93255cca5aa0234566857416a1b42c0..a2a0e0714a8ff697b569bc40f3413c259904559e 100644 (file)
@@ -19,6 +19,7 @@
 
 if (!defined('STATUSNET') && !defined('LACONICA')) { exit(1); }
 
+// @todo XXX: Add documentation.
 class InviteAction extends CurrentUserDesignAction
 {
     var $mode = null;
@@ -217,7 +218,7 @@ class InviteAction extends CurrentUserDesignAction
         $this->textarea('addresses', _('Email addresses'),
                         $this->trimmed('addresses'),
                         // TRANS: Tooltip for field label for a list of e-mail addresses.
-                        _('Addresses of friends to invite (one per line)'));
+                        _('Addresses of friends to invite (one per line).'));
         $this->elementEnd('li');
         $this->elementStart('li');
         // TRANS: Field label for a personal message to send to invitees.