From: Mikael Nordfeldth Date: Wed, 1 Jan 2014 19:09:11 +0000 (+0100) Subject: Previous edit made translation notes incompatible X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=4ab56f34dd05ce351bcc91c0533d7597a00f3605;p=quix0rs-gnu-social.git Previous edit made translation notes incompatible --- diff --git a/actions/apitimelinementions.php b/actions/apitimelinementions.php index ce6c73c0d1..c1811ac01b 100644 --- a/actions/apitimelinementions.php +++ b/actions/apitimelinementions.php @@ -119,8 +119,8 @@ class ApiTimelineMentionsAction extends ApiBareAuthAction // TRANS: Subtitle for timeline of most recent mentions of a user. // TRANS: %1$s is the StatusNet sitename, %2$s is a user nickname, // TRANS: %3$s is a user's full name. - _('%1$s updates that reply to updates from %2$s / %3$s.'), - $sitename, $this->target->getBestName(), $this->target->nickname + _('%1$s updates that reply to updates from %3$s / %2$s.'), + $sitename, $this->target->nickname, $this->target->getBestName() ); switch($this->format) {