aboutsummaryrefslogtreecommitdiffstats
path: root/debug_toolbar/panels/timer.py
diff options
context:
space:
mode:
authorRoger Barnes2012-09-06 17:48:05 +1000
committerRoger Barnes2013-05-01 19:27:25 +1000
commit50fa93a503d1ac1ed1a6b72e6390cc97067f555d (patch)
treea5356cc489a4d0586ffbcd4f89f67fcd4485cb07 /debug_toolbar/panels/timer.py
parent5ae6fcc61c7596b4980e85186f3737fad01a0ad4 (diff)
downloaddjango-debug-toolbar-50fa93a503d1ac1ed1a6b72e6390cc97067f555d.tar.bz2
Add javascript timing metrics to timing panel onLoad if available
Diffstat (limited to 'debug_toolbar/panels/timer.py')
-rw-r--r--debug_toolbar/panels/timer.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/debug_toolbar/panels/timer.py b/debug_toolbar/panels/timer.py
index bc7f87d..fa23617 100644
--- a/debug_toolbar/panels/timer.py
+++ b/debug_toolbar/panels/timer.py
@@ -71,7 +71,7 @@ class TimerDebugPanel(DebugPanel):
return _('TOTAL: %0.2fms') % stats['total_time']
def title(self):
- return _('Resource Usage')
+ return _('Time')
def url(self):
return ''