summaryrefslogtreecommitdiff
path: root/actions/apistatusesretweets.php
diff options
context:
space:
mode:
authorSiebrand Mazeland <s.mazeland@xs4all.nl>2009-12-13 18:55:17 +0100
committerSiebrand Mazeland <s.mazeland@xs4all.nl>2009-12-13 18:55:17 +0100
commit745e35ac1fcee01298db09a8649f79f410138652 (patch)
tree238bdad2ef3df30f4f02f916014d3991007f4338 /actions/apistatusesretweets.php
parent954eb411e038745ee3e7995364a79d2fbda909bc (diff)
(Puctuation) consistency in clientError() calls.
Diffstat (limited to 'actions/apistatusesretweets.php')
-rw-r--r--actions/apistatusesretweets.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/apistatusesretweets.php b/actions/apistatusesretweets.php
index c54a374e2..2efd59b37 100644
--- a/actions/apistatusesretweets.php
+++ b/actions/apistatusesretweets.php
@@ -69,7 +69,7 @@ class ApiStatusesRetweetsAction extends ApiAuthAction
$this->original = Notice::staticGet('id', $id);
if (empty($this->original)) {
- $this->clientError(_('No such notice'),
+ $this->clientError(_('No such notice.'),
400, $this->format);
return false;
}