From 9358a34384fc5b4dc4b36fba4139cfe1dd608042 Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Mon, 6 Jun 2011 00:36:50 +0200 Subject: [PATCH] Add translator documentation. --- plugins/SQLProfile/SQLProfilePlugin.php | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/SQLProfile/SQLProfilePlugin.php b/plugins/SQLProfile/SQLProfilePlugin.php index c17646f042..20dfb88676 100644 --- a/plugins/SQLProfile/SQLProfilePlugin.php +++ b/plugins/SQLProfile/SQLProfilePlugin.php @@ -38,6 +38,7 @@ class SQLProfilePlugin extends Plugin 'author' => 'Brion Vibber', 'homepage' => 'http://status.net/wiki/Plugin:SQLProfile', 'rawdescription' => + // TRANS: Plugin description. _m('Debug tool to watch for poorly indexed DB queries.')); return true;