diff options
author | Brenda Wallace <shiny@cpan.org> | 2010-01-18 11:48:11 +1300 |
---|---|---|
committer | Brenda Wallace <shiny@cpan.org> | 2010-01-18 11:48:11 +1300 |
commit | 02a6006bafd663443b512c5c283b64c7dacfbbb1 (patch) | |
tree | 6d2ac830a8be8330df124da3056f891a2065eedb /actions/apifavoritecreate.php | |
parent | c1f1d712bd4d775b24ce99b44f469ec7dcd2342e (diff) | |
parent | 4978810c81c8d7ba75daa795d66965d6b43331f3 (diff) |
Merge commit 'mainline/0.9.x' into 0.9.x
Diffstat (limited to 'actions/apifavoritecreate.php')
-rw-r--r-- | actions/apifavoritecreate.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/actions/apifavoritecreate.php b/actions/apifavoritecreate.php index 436739770..3618f9401 100644 --- a/actions/apifavoritecreate.php +++ b/actions/apifavoritecreate.php @@ -96,7 +96,7 @@ class ApiFavoriteCreateAction extends ApiAuthAction if (!in_array($this->format, array('xml', 'json'))) { $this->clientError( - _('API method not found!'), + _('API method not found.'), 404, $this->format ); @@ -116,7 +116,7 @@ class ApiFavoriteCreateAction extends ApiAuthAction if ($this->user->hasFave($this->notice)) { $this->clientError( - _('This status is already a favorite!'), + _('This status is already a favorite.'), 403, $this->format ); |