better description for Meteor plugin
This commit is contained in:
parent
d283aa006e
commit
85ea41ea46
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user