]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Fix incorrect translator documentation.
authorSiebrand Mazeland <s.mazeland@xs4all.nl>
Sun, 21 Aug 2011 10:41:03 +0000 (12:41 +0200)
committerSiebrand Mazeland <s.mazeland@xs4all.nl>
Sun, 21 Aug 2011 10:41:03 +0000 (12:41 +0200)
actions/apiconversation.php

index dae9a41f71c09e27783884181aa803102ceb077e..504787b9a2da979a07e2e5d9aba3b2cc1ae5223b 100644 (file)
@@ -101,7 +101,7 @@ class ApiconversationAction extends ApiAuthAction
     function handle($argarray=null)
     {
         $sitename   = common_config('site', 'name');
-        // TRANS: Timeline title for user and friends. %s is a user nickname.
+        // TRANS: Title for conversion timeline.
         $title      = _m('TITLE', 'Conversation');
         $id         = common_local_url('apiconversation', array('id' => $this->conversation->id, 'format' => $this->format));
         $link       = common_local_url('conversation', array('id' => $this->conversation->id));