forked from GNUsocial/gnu-social
Fix incorrect substitution syntax.
This commit is contained in:
@@ -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
|
||||||
);
|
);
|
||||||
|
Reference in New Issue
Block a user