summaryrefslogtreecommitdiff
path: root/actions/apigroupleave.php
diff options
context:
space:
mode:
authorSiebrand Mazeland <s.mazeland@xs4all.nl>2010-01-10 01:45:58 +0100
committerSiebrand Mazeland <s.mazeland@xs4all.nl>2010-01-10 01:45:58 +0100
commitb0aea3f9c1cf9a6402bcb2751ac767445103a70b (patch)
tree4b91baa2bc8c6996ac5f7cd697e154e9074372ad /actions/apigroupleave.php
parent954335fa5e18b003e20cd43e71fb690181095101 (diff)
* L10n updates: consistent puctuation
* i18n updates: number parameters if more than one are being used
Diffstat (limited to 'actions/apigroupleave.php')
-rw-r--r--actions/apigroupleave.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/apigroupleave.php b/actions/apigroupleave.php
index 5627bfc14..7321ff5d2 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
)