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; } }