]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Number parameters
authorSiebrand Mazeland <s.mazeland@xs4all.nl>
Sun, 11 Apr 2010 21:57:18 +0000 (23:57 +0200)
committerSiebrand Mazeland <s.mazeland@xs4all.nl>
Sun, 11 Apr 2010 21:57:18 +0000 (23:57 +0200)
lib/command.php

index ca09da28f68f4977ddb542cdb42d074b6bf7adfe..a769dc1fc641275c8dbb45afa899d28d9a9abe72 100644 (file)
@@ -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;
         }