]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Fix incorrect substitution syntax.
authorSiebrand Mazeland <s.mazeland@xs4all.nl>
Sun, 3 Apr 2011 23:36:47 +0000 (01:36 +0200)
committerSiebrand Mazeland <s.mazeland@xs4all.nl>
Sun, 3 Apr 2011 23:36:47 +0000 (01:36 +0200)
plugins/QnA/actions/qnashowanswer.php

index 94a757960e70cb8bdc211038ab52144c5c87f207..24296a5af6354b046b0c9396e1df5b1033e0da89 100644 (file)
@@ -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
         );