]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/groupmembers.php
Lots of tiny message changes.
[quix0rs-gnu-social.git] / actions / groupmembers.php
index 5c59594c56b20bdad0f243cb5a816fb6b6e2a2c4..0f47c268dd30eda6bd4094bc7acbca56c3259031 100644 (file)
@@ -73,14 +73,14 @@ class GroupmembersAction extends GroupDesignAction
         }
 
         if (!$nickname) {
-            $this->clientError(_('No nickname'), 404);
+            $this->clientError(_('No nickname.'), 404);
             return false;
         }
 
         $this->group = User_group::staticGet('nickname', $nickname);
 
         if (!$this->group) {
-            $this->clientError(_('No such group'), 404);
+            $this->clientError(_('No such group.'), 404);
             return false;
         }