]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/SQLProfile/SQLProfilePlugin.php
Fix for schema upgrade issue when primary keys change; fixes upgrade direct from...
[quix0rs-gnu-social.git] / plugins / SQLProfile / SQLProfilePlugin.php
index 1e49d9005ee981aa87199f2841601c9b6eb16dfc..20dfb88676e19cc23e430f5656a0729fd0a1a101 100644 (file)
@@ -38,7 +38,8 @@ 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'));
+                            // TRANS: Plugin description.
+                            _m('Debug tool to watch for poorly indexed DB queries.'));
 
         return true;
     }