]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/apitimelinementions.php
Changed legend text from Login to Account because it is not really
[quix0rs-gnu-social.git] / actions / apitimelinementions.php
index 19f40aebc9a818e582385b9a00154407c27e6044..9dc2162cc45fa738e8c368c0b8841f19ef3f677a 100644 (file)
@@ -148,7 +148,7 @@ class ApiTimelineMentionsAction extends ApiBareAuthAction
             $this->showJsonTimeline($this->notices);
             break;
         default:
-            $this->clientError(_('API method not found!'), $code = 404);
+            $this->clientError(_('API method not found.'), $code = 404);
             break;
         }
     }