summaryrefslogtreecommitdiff
path: root/actions/apigroupleave.php
diff options
context:
space:
mode:
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
)