summaryrefslogtreecommitdiff
path: root/actions/apitimelineretweetedbyme.php
diff options
context:
space:
mode:
Diffstat (limited to 'actions/apitimelineretweetedbyme.php')
-rw-r--r--actions/apitimelineretweetedbyme.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/apitimelineretweetedbyme.php b/actions/apitimelineretweetedbyme.php
index 1e65678ad..88652c3fd 100644
--- a/actions/apitimelineretweetedbyme.php
+++ b/actions/apitimelineretweetedbyme.php
@@ -119,7 +119,7 @@ class ApiTimelineRetweetedByMeAction extends ApiAuthAction
break;
default:
- $this->clientError(_('API method not found!'), $code = 404);
+ $this->clientError(_('API method not found.'), $code = 404);
break;
}
}