Fix incorrect substitution syntax.

This commit is contained in:
Siebrand Mazeland 2011-04-04 01:36:47 +02:00
parent c50b06dd7e
commit e552993307
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ class QnashowanswerAction extends ShownoticeAction
return sprintf( return sprintf(
// TRANS: Page title. // TRANS: Page title.
// TRANS: %1$s is the user who answered a question, %2$s is the question. // TRANS: %1$s is the user who answered a question, %2$s is the question.
_m('1$%s\'s answer to "%2$s"'), _m('%1$s\'s answer to "%2$s"'),
$this->user->nickname, $this->user->nickname,
$question->title $question->title
); );