From 85ea41ea4651ca480979859624fd3b256e19b36b Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Wed, 13 Jul 2011 13:54:39 -0400 Subject: [PATCH] better description for Meteor plugin --- plugins/Meteor/MeteorPlugin.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; } }