summaryrefslogtreecommitdiff
path: root/lib/command.php
diff options
context:
space:
mode:
authorSiebrand Mazeland <s.mazeland@xs4all.nl>2010-04-11 23:57:18 +0200
committerSiebrand Mazeland <s.mazeland@xs4all.nl>2010-04-11 23:57:18 +0200
commitc59e90b20b058f0fbad1824d889d9256d9a94312 (patch)
treef4525084efdb9765fd887640944e63aa718793f8 /lib/command.php
parentd7033c89066c756f630c4ff8eb840852c836d87b (diff)
Number parameters
Diffstat (limited to 'lib/command.php')
-rw-r--r--lib/command.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/command.php b/lib/command.php
index ca09da28f..a769dc1fc 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;
}