summaryrefslogtreecommitdiff
path: root/actions/apiaccountratelimitstatus.php
diff options
context:
space:
mode:
authorZach Copley <zach@status.net>2009-11-09 23:56:02 -0800
committerZach Copley <zach@status.net>2009-11-09 23:56:02 -0800
commitc8bd6d9f7afde597f3b404acb05622a73f3738f7 (patch)
tree218275a6e49175debb0cb28d89c02bd1942a8adb /actions/apiaccountratelimitstatus.php
parent312c745884654a461ed6da22eebe78f07f500426 (diff)
Make /api/account/update_profile_background_image.format work even
when there isn't an existing Design for the user. Plus a few other fixups.
Diffstat (limited to 'actions/apiaccountratelimitstatus.php')
-rw-r--r--actions/apiaccountratelimitstatus.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/apiaccountratelimitstatus.php b/actions/apiaccountratelimitstatus.php
index 96179f175..1a5afd552 100644
--- a/actions/apiaccountratelimitstatus.php
+++ b/actions/apiaccountratelimitstatus.php
@@ -67,7 +67,7 @@ class ApiAccountRateLimitStatusAction extends ApiBareAuthAction
if (!in_array($this->format, array('xml', 'json'))) {
$this->clientError(
- _('API method not found!'),
+ _('API method not found.'),
404,
$this->format
);