]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/apiblockdestroy.php
Merge branch '0.9.x' into adminpanel
[quix0rs-gnu-social.git] / actions / apiblockdestroy.php
index 16dbf94caf5204a8e1f7a97c604d612e90bbdea4..328f18ab0dcf1765d688f807160b314ac4ba3dd2 100644 (file)
@@ -93,7 +93,7 @@ class ApiBlockDestroyAction extends ApiAuthAction
         }
 
         if (empty($this->user) || empty($this->other)) {
-            $this->clientError(_('No such user!'), 404, $this->format);
+            $this->clientError(_('No such user.'), 404, $this->format);
             return;
         }