diff options
author | Evan Prodromou <evan@status.net> | 2010-01-10 14:18:54 -0800 |
---|---|---|
committer | Evan Prodromou <evan@status.net> | 2010-01-10 14:18:54 -0800 |
commit | 15b88697a7c182faead1bbddfe38b59fdc54a0a2 (patch) | |
tree | 69b41257e797a7919ffa8ee77619805957d0abe8 /actions/apigroupleave.php | |
parent | 866dfa6822df54765a9b92336722d86cfad6b123 (diff) | |
parent | 63eddf216fac848aa2b7afbbafb0fcc4bf8b7d79 (diff) |
Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x
Diffstat (limited to 'actions/apigroupleave.php')
-rw-r--r-- | actions/apigroupleave.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/actions/apigroupleave.php b/actions/apigroupleave.php index 5627bfc14..6f8d40527 100644 --- a/actions/apigroupleave.php +++ b/actions/apigroupleave.php @@ -121,7 +121,7 @@ class ApiGroupLeaveAction extends ApiAuthAction common_log_db_error($member, 'DELETE', __FILE__); $this->serverError( sprintf( - _('Could not remove user %s from group %s.'), + _('Could not remove user %1$s from group %2$s.'), $this->user->nickname, $this->group->nickname ) @@ -138,7 +138,7 @@ class ApiGroupLeaveAction extends ApiAuthAction break; default: $this->clientError( - _('API method not found!'), + _('API method not found.'), 404, $this->format ); |