]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Slightly uncomplicate and disambiguate the plugin description.
authorSiebrand Mazeland <s.mazeland@xs4all.nl>
Sun, 27 Mar 2011 10:58:35 +0000 (12:58 +0200)
committerSiebrand Mazeland <s.mazeland@xs4all.nl>
Sun, 27 Mar 2011 10:58:35 +0000 (12:58 +0200)
Add translator documentation.

plugins/Comet/CometPlugin.php

index 70b324b5c20d225683d0d6cc98079941e6b7c1c7..c8072ac190af95bf939f35656279bd75469f3f50 100644 (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;
     }
 }