From: Siebrand Mazeland Date: Sun, 3 Apr 2011 23:36:47 +0000 (+0200) Subject: Fix incorrect substitution syntax. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=e552993307b75abf8fbb5370c9cfcc2fa44756c2;p=quix0rs-gnu-social.git Fix incorrect substitution syntax. --- 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 );