]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
better description for Meteor plugin
authorEvan Prodromou <evan@status.net>
Wed, 13 Jul 2011 17:54:39 +0000 (13:54 -0400)
committerEvan Prodromou <evan@status.net>
Wed, 13 Jul 2011 17:54:39 +0000 (13:54 -0400)
plugins/Meteor/MeteorPlugin.php

index ec44eef17b3829ed26cf684df12db4d2747e06ef..cbc280a498d97888f25afa6cff9a73fc2c67b99e 100644 (file)
@@ -2,7 +2,7 @@
 /**
  * StatusNet, the distributed open-source microblogging tool
  *
- * Plugin to do "real time" updates using Comet/Bayeux
+ * Plugin to do "real time" updates using Meteor
  *
  * PHP version 5
  *
@@ -156,7 +156,7 @@ class MeteorPlugin extends RealtimePlugin
                             'homepage' => 'http://status.net/wiki/Plugin:Meteor',
                             'rawdescription' =>
                             // TRANS: Plugin description.
-                            _m('Plugin to do "real time" updates using Comet/Bayeux.'));
+                            _m('Plugin to do "real time" updates using Meteor.'));
         return true;
     }
 }