summaryrefslogtreecommitdiff
path: root/lib/command.php
diff options
context:
space:
mode:
authorSiebrand Mazeland <s.mazeland@xs4all.nl>2010-11-02 23:08:59 +0100
committerSiebrand Mazeland <s.mazeland@xs4all.nl>2010-11-02 23:08:59 +0100
commita65362f7fa2e1ea92414fce391ea0f9624f0d100 (patch)
treee105a2b7910f38f0c17267946eae47be4312770d /lib/command.php
parent5bd6458f0097f8aaf4a60593c0f405e53bb1b6e9 (diff)
Add context for different uses of "%1$s (%2$s)"
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 329617b3b..ae69f04a1 100644
--- a/lib/command.php
+++ b/lib/command.php
@@ -423,7 +423,7 @@ class WhoisCommand extends Command
// TRANS: Whois output.
// TRANS: %1$s nickname of the queried user, %2$s is their profile URL.
- $whois = sprintf(_("%1\$s (%2\$s)"), $recipient->nickname,
+ $whois = sprintf(_m('WHOIS',"%1\$s (%2\$s)"), $recipient->nickname,
$recipient->profileurl);
if ($recipient->fullname) {
// TRANS: Whois output. %s is the full name of the queried user.