diff options
author | Dries Buytaert <dries@buytaert.net> | 2007-01-08 12:07:42 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2007-01-08 12:07:42 +0000 |
commit | 8d76a18c02cf66029923461a6ac7be0eda4d5144 (patch) | |
tree | 8b21d10243480f48ddc2530ab9544e304bb2526e /modules/system/system.module | |
parent | f41639006724b21f5d8eb591b807e723f1527afd (diff) | |
download | brdo-8d76a18c02cf66029923461a6ac7be0eda4d5144.tar.gz brdo-8d76a18c02cf66029923461a6ac7be0eda4d5144.tar.bz2 |
- Patch #107375 by Jax: removing space.
Diffstat (limited to 'modules/system/system.module')
-rw-r--r-- | modules/system/system.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/system.module b/modules/system/system.module index 1ca3e90ea..b735f5689 100644 --- a/modules/system/system.module +++ b/modules/system/system.module @@ -1797,7 +1797,7 @@ function system_sql() { $output .= '<h2>'. t('Query performance') .'</h2>'; $output .= _system_sql($data, array( - 'Select_full_join' => t(' The number of joins without an index; should be zero.'), + 'Select_full_join' => t('The number of joins without an index; should be zero.'), 'Select_range_check' => t('The number of joins without an index; should be zero.'), 'Sort_scan' => t('The number of sorts done without using an index; should be zero.'), 'Table_locks_immediate' => t('The number of times a lock could be acquired immediately.'), |