Fix incorrect translator documentation.

This commit is contained in:
Siebrand Mazeland 2011-08-21 12:41:03 +02:00
parent ed13c9a098
commit 83c988e1e7
1 changed files with 1 additions and 1 deletions

View 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));