]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/apitimelinepublic.php
Lots of tiny message changes.
[quix0rs-gnu-social.git] / actions / apitimelinepublic.php
index 633f3c36e6b73e2510bf2b8c396674f944b8938a..3f4a46c0fa16e2bc6b55483d32304cce6e0807da 100644 (file)
@@ -128,7 +128,7 @@ class ApiTimelinePublicAction extends ApiPrivateAuthAction
             $this->showJsonTimeline($this->notices);
             break;
         default:
-            $this->clientError(_('API method not found!'), $code = 404);
+            $this->clientError(_('API method not found.'), $code = 404);
             break;
         }
     }