From: Evan Prodromou <evan@status.net> Date: Wed, 13 Jul 2011 17:54:39 +0000 (-0400) Subject: better description for Meteor plugin X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=85ea41ea4651ca480979859624fd3b256e19b36b;p=quix0rs-gnu-social.git better description for Meteor plugin --- diff --git a/plugins/Meteor/MeteorPlugin.php b/plugins/Meteor/MeteorPlugin.php index ec44eef17b..cbc280a498 100644 --- a/plugins/Meteor/MeteorPlugin.php +++ b/plugins/Meteor/MeteorPlugin.php @@ -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; } }