From 2460301d2499329dfd43f42b988afe6040df57b5 Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Fri, 14 Jan 2011 21:53:01 +0100 Subject: [PATCH] Add punctuation for consistency. --- plugins/SQLProfile/SQLProfilePlugin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/SQLProfile/SQLProfilePlugin.php b/plugins/SQLProfile/SQLProfilePlugin.php index 1e49d9005e..c17646f042 100644 --- a/plugins/SQLProfile/SQLProfilePlugin.php +++ b/plugins/SQLProfile/SQLProfilePlugin.php @@ -38,7 +38,7 @@ class SQLProfilePlugin extends Plugin 'author' => 'Brion Vibber', 'homepage' => 'http://status.net/wiki/Plugin:SQLProfile', 'rawdescription' => - _m('Debug tool to watch for poorly indexed DB queries')); + _m('Debug tool to watch for poorly indexed DB queries.')); return true; }