]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
* Add FIXME: $profile appears to be undefined.
authorSiebrand Mazeland <s.mazeland@xs4all.nl>
Fri, 18 Mar 2011 12:10:55 +0000 (13:10 +0100)
committerSiebrand Mazeland <s.mazeland@xs4all.nl>
Fri, 18 Mar 2011 12:10:55 +0000 (13:10 +0100)
* Update translator documentation.

actions/apitimelineretweetedtome.php

index b9f9be1dda0151a89b8190155064435a39db5d6d..628dc402474fa9137f540dda30acf436a121ac37 100644 (file)
@@ -95,6 +95,9 @@ class ApiTimelineRetweetedToMeAction extends ApiAuthAction
         // TRANS: Title for Atom feed "repeated to me". %s is the user nickname.
         $title      = sprintf(_("Repeated to %s"), $this->auth_user->nickname);
         $subtitle   = sprintf(
+            // @todo FIXME: $profile is not defined.
+            // TRANS: Subtitle for API action that shows most recent notices that are repeats in user's inbox.
+            // TRANS: %1$s is the sitename, %2$s is a user nickname, %3$s is a user profile name.
             _('%1$s notices that were to repeated to %2$s / %3$s.'),
             $sitename, $this->user->nickname, $profile->getBestName()
         );