]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/apitimelinetag.php
Lots of tiny message changes.
[quix0rs-gnu-social.git] / actions / apitimelinetag.php
index 1a50520f4543ca11642baeebb6e52e73ceaf719a..1427d23b6a45d70e0f93f26292f11d25b8c4f1d1 100644 (file)
@@ -138,7 +138,7 @@ class ApiTimelineTagAction 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;
         }
     }