]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Update maintainer e-mail address.
authorSiebrand Mazeland <s.mazeland@xs4all.nl>
Thu, 7 Apr 2011 10:21:43 +0000 (12:21 +0200)
committerSiebrand Mazeland <s.mazeland@xs4all.nl>
Thu, 7 Apr 2011 23:21:58 +0000 (01:21 +0200)
Update translator documentation.

plugins/SQLStats/SQLStatsPlugin.php

index 9e810a3ffc10fcf7b99b21071f614045e15a604b..20a9cbada2e6f1ecf38bf2cd5ce038021b02c999 100644 (file)
@@ -25,9 +25,8 @@ if (!defined('STATUSNET')) {
  * Check DB queries for filesorts and such and log em.
  *
  * @package SQLStatsPlugin
- * @maintainer Evan Prodromou <brion@status.net>
+ * @maintainer Evan Prodromou <evan@status.net>
  */
-
 class SQLStatsPlugin extends Plugin
 {
     protected $queryCount = 0;
@@ -42,6 +41,7 @@ class SQLStatsPlugin extends Plugin
                             'author' => 'Evan Prodromou',
                             'homepage' => 'http://status.net/wiki/Plugin:SQLStats',
                             'rawdescription' =>
+                            // TRANS: Plugin decription.
                             _m('Debug tool to watch for poorly indexed DB queries.'));
 
         return true;