From f06f8d51fdd8f204209d87682e8f9a3de98115b1 Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Sun, 27 Mar 2011 12:58:35 +0200 Subject: [PATCH] Slightly uncomplicate and disambiguate the plugin description. Add translator documentation. --- plugins/Comet/CometPlugin.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/plugins/Comet/CometPlugin.php b/plugins/Comet/CometPlugin.php index 70b324b5c2..c8072ac190 100644 --- a/plugins/Comet/CometPlugin.php +++ b/plugins/Comet/CometPlugin.php @@ -111,7 +111,9 @@ class CometPlugin extends RealtimePlugin 'author' => 'Evan Prodromou', 'homepage' => 'http://status.net/wiki/Plugin:Comet', 'rawdescription' => - _m('Plugin to do "real time" updates using Comet/Bayeux.')); + // TRANS: Plugin description message. Bayeux is a protocol for transporting asynchronous messages + // TRANS: and Comet is a web application model. + _m('Plugin to make updates using Comet and Bayeux.')); return true; } } -- 2.39.5