From: Siebrand Mazeland Date: Sun, 11 Apr 2010 21:57:18 +0000 (+0200) Subject: Number parameters X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=c59e90b20b058f0fbad1824d889d9256d9a94312;p=quix0rs-gnu-social.git Number parameters --- diff --git a/lib/command.php b/lib/command.php index ca09da28f6..a769dc1fc6 100644 --- a/lib/command.php +++ b/lib/command.php @@ -382,7 +382,7 @@ class DropCommand extends Command } catch (Exception $e) { // TRANS: Message given having failed to remove a user from a group. // TRANS: %1$s is the nickname of the user, %2$s is the nickname of the group. - $channel->error($cur, sprintf(_('Could not remove user %s from group %s'), + $channel->error($cur, sprintf(_('Could not remove user %1$s from group %2$s'), $cur->nickname, $group->nickname)); return; }