diff options
author | Tim <vampik@gmail.com> | 2013-02-14 08:26:24 +0100 |
---|---|---|
committer | Tim <vampik@gmail.com> | 2013-02-14 08:26:24 +0100 |
commit | 3224f077c37a054ea1995c07fe54bbe8b00e058a (patch) | |
tree | 37c9993f1b4208a509432e8ec87f88c10b74a770 /system/language | |
parent | 554d5dc6c1b9c6880a2fba150018c21ded8675c6 (diff) |
changes according to narfbg's request
Diffstat (limited to 'system/language')
-rw-r--r-- | system/language/english/profiler_lang.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/language/english/profiler_lang.php b/system/language/english/profiler_lang.php index 68e794e79..0ed5f4cb0 100644 --- a/system/language/english/profiler_lang.php +++ b/system/language/english/profiler_lang.php @@ -46,7 +46,7 @@ $lang['profiler_no_memory'] = 'Memory Usage Unavailable'; $lang['profiler_no_profiles'] = 'No Profile data - all Profiler sections have been disabled.'; $lang['profiler_section_hide'] = 'Hide'; $lang['profiler_section_show'] = 'Show'; -$lang['profiler_seconds'] = 'seconds'; +$lang['profiler_seconds'] = 'seconds'; /* End of file profiler_lang.php */ /* Location: ./system/language/english/profiler_lang.php */
\ No newline at end of file |