diff options
Diffstat (limited to 'actions/apitimelineretweetedtome.php')
-rw-r--r-- | actions/apitimelineretweetedtome.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/apitimelineretweetedtome.php b/actions/apitimelineretweetedtome.php index 681b0b9e9..113ab96d2 100644 --- a/actions/apitimelineretweetedtome.php +++ b/actions/apitimelineretweetedtome.php @@ -118,7 +118,7 @@ class ApiTimelineRetweetedToMeAction extends ApiAuthAction break; default: - $this->clientError(_('API method not found!'), $code = 404); + $this->clientError(_('API method not found.'), $code = 404); break; } } |