From: Siebrand Mazeland Date: Fri, 14 Jan 2011 20:53:01 +0000 (+0100) Subject: Add punctuation for consistency. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=2460301d2499329dfd43f42b988afe6040df57b5;p=quix0rs-gnu-social.git Add punctuation for consistency. --- 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; }