better description for Meteor plugin

This commit is contained in:
Evan Prodromou 2011-07-13 13:54:39 -04:00
parent d283aa006e
commit 85ea41ea46

View File

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