From e552993307b75abf8fbb5370c9cfcc2fa44756c2 Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Mon, 4 Apr 2011 01:36:47 +0200 Subject: [PATCH] Fix incorrect substitution syntax. --- plugins/QnA/actions/qnashowanswer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/QnA/actions/qnashowanswer.php b/plugins/QnA/actions/qnashowanswer.php index 94a757960e..24296a5af6 100644 --- a/plugins/QnA/actions/qnashowanswer.php +++ b/plugins/QnA/actions/qnashowanswer.php @@ -111,7 +111,7 @@ class QnashowanswerAction extends ShownoticeAction return sprintf( // TRANS: Page title. // 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, $question->title ); -- 2.39.5