Slightly uncomplicate and disambiguate the plugin description.
Add translator documentation.
This commit is contained in:
parent
841a9130e9
commit
f06f8d51fd
@ -111,7 +111,9 @@ class CometPlugin extends RealtimePlugin
|
|||||||
'author' => 'Evan Prodromou',
|
'author' => 'Evan Prodromou',
|
||||||
'homepage' => 'http://status.net/wiki/Plugin:Comet',
|
'homepage' => 'http://status.net/wiki/Plugin:Comet',
|
||||||
'rawdescription' =>
|
'rawdescription' =>
|
||||||
_m('Plugin to do "real time" updates using Comet/Bayeux.'));
|
// TRANS: Plugin description message. Bayeux is a protocol for transporting asynchronous messages
|
||||||
|
// TRANS: and Comet is a web application model.
|
||||||
|
_m('Plugin to make updates using Comet and Bayeux.'));
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user