]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/invite.php
Fix inconsistencies in clientError() messages
[quix0rs-gnu-social.git] / actions / invite.php
index 54b2de62ac910e3792f902495c54a4554e81a79c..5dac048b061e6990922ddd28e84a76430e5ed599 100644 (file)
@@ -38,7 +38,7 @@ class InviteAction extends CurrentUserDesignAction
         if (!common_config('invite', 'enabled')) {
             $this->clientError(_('Invites have been disabled.'));
         } else if (!common_logged_in()) {
-            $this->clientError(sprintf(_('You must be logged in to invite other users to use %s'),
+            $this->clientError(sprintf(_('You must be logged in to invite other users to use %s.'),
                                         common_config('site', 'name')));
             return;
         } else if ($_SERVER['REQUEST_METHOD'] == 'POST') {