]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/apigroupleave.php
Merge branch 'master' into 0.9.x
[quix0rs-gnu-social.git] / actions / apigroupleave.php
index 0d4bb9e4d357b9a6c1b913a9978a0a17a76fccc7..514a3a557da4e923dbe419e9cf150607c92cbfe2 100644 (file)
@@ -96,12 +96,12 @@ class ApiGroupLeaveAction extends ApiAuthAction
         }
 
         if (empty($this->user)) {
-            $this->clientError(_('No such user!'), 404, $this->format);
+            $this->clientError(_('No such user.'), 404, $this->format);
             return;
         }
 
         if (empty($this->group)) {
-            $this->clientError('Group not found!', 404, $this->format);
+            $this->clientError(_('Group not found!'), 404, $this->format);
             return false;
         }