Slightly uncomplicate and disambiguate the plugin description.

Add translator documentation.
This commit is contained in:
Siebrand Mazeland 2011-03-27 12:58:35 +02:00
parent 841a9130e9
commit f06f8d51fd
1 changed files with 3 additions and 1 deletions

View File

@ -111,7 +111,9 @@ class CometPlugin extends RealtimePlugin
'author' => 'Evan Prodromou',
'homepage' => 'http://status.net/wiki/Plugin:Comet',
'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;
}
}