X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=plugins%2FComet%2FCometPlugin.php;h=c8072ac190af95bf939f35656279bd75469f3f50;hb=b906fe75b698eb4d0cac1659b8992544f4c7e4db;hp=70b324b5c20d225683d0d6cc98079941e6b7c1c7;hpb=f975c1732936c3380048769bdf7ec55c24086856;p=quix0rs-gnu-social.git diff --git a/plugins/Comet/CometPlugin.php b/plugins/Comet/CometPlugin.php index 70b324b5c2..c8072ac190 100644 --- a/plugins/Comet/CometPlugin.php +++ b/plugins/Comet/CometPlugin.php @@ -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; } }