Fix incorrect substitution syntax.
This commit is contained in:
parent
c50b06dd7e
commit
e552993307
@ -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
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user