summaryrefslogtreecommitdiffstats
path: root/system/libraries/Profiler.php
diff options
context:
space:
mode:
authorDerek Allard <derek.allard@ellislab.com>2009-12-07 17:32:18 +0100
committerDerek Allard <derek.allard@ellislab.com>2009-12-07 17:32:18 +0100
commite8b26199a3d13eeae0f413195745e2298878f096 (patch)
tree7400ee2a032c74bec1e8123ede385815b5253c10 /system/libraries/Profiler.php
parent8dc2c7cb55e33e96bc82e61985553192c9af4ebd (diff)
Fixed a language key in the profiler: "profiler_no_memory_usage" to "profiler_no_memory".
Diffstat (limited to 'system/libraries/Profiler.php')
-rw-r--r--system/libraries/Profiler.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/libraries/Profiler.php b/system/libraries/Profiler.php
index 9eb7dfa70..5676898c8 100644
--- a/system/libraries/Profiler.php
+++ b/system/libraries/Profiler.php
@@ -351,7 +351,7 @@ class CI_Profiler {
}
else
{
- $output .= "<div style='color:#5a0099;font-weight:normal;padding:4px 0 4px 0'>".$this->CI->lang->line('profiler_no_memory_usage')."</div>";
+ $output .= "<div style='color:#5a0099;font-weight:normal;padding:4px 0 4px 0'>".$this->CI->lang->line('profiler_no_memory')."</div>";
}
$output .= "</fieldset>";