]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/apitimelinefriends.php
Make page titles more consistent: no title case in four cases.
[quix0rs-gnu-social.git] / actions / apitimelinefriends.php
index 9ec7447e64d317593c87d5bb81a083e5ceaf29bc..ef58b103c5406b35e297c64193d5f32e055f8f3e 100644 (file)
@@ -153,7 +153,7 @@ class ApiTimelineFriendsAction 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;
         }
     }