Add punctuation for consistency.

This commit is contained in:
Siebrand Mazeland 2011-01-14 21:53:01 +01:00
parent bf40b3e694
commit 2460301d24
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}