diff --git a/classes/debug.class.php b/classes/debug.class.php index 9c0a456c..2f7fc79a 100644 --- a/classes/debug.class.php +++ b/classes/debug.class.php @@ -316,7 +316,7 @@ public function perf_table($Perf = false) { ?> - +
View Performance stats:View Performance Statistics:
@@ -461,7 +461,7 @@ public function constant_table($Constants = false) { } public function cache_table($CacheKeys = false) { - $Header = 'Cache keys'; + $Header = 'Cache Keys'; if (!is_array($CacheKeys)) { $CacheKeys = $this->get_cache_keys(); $Header .= ' ('.number_format($this->get_cache_time(), 5).' ms)'; @@ -480,9 +480,9 @@ public function cache_table($CacheKeys = false) { -