aboutsummaryrefslogtreecommitdiffstats
path: root/debug_toolbar/templates
diff options
context:
space:
mode:
authorPercy Perez-Pinedo2009-08-21 15:11:13 -0700
committerPercy Perez-Pinedo2009-08-21 15:11:13 -0700
commit8fa547a2a34086455b4af9e327906b6f96b12b24 (patch)
tree616aaa5ad8f2e3c4b98464b3382a837beef7e532 /debug_toolbar/templates
parentf986b6d995efac1b7129eb9835d3fcdd20ef6098 (diff)
downloaddjango-debug-toolbar-8fa547a2a34086455b4af9e327906b6f96b12b24.tar.bz2
added i18n support (Spanish) for timer.html
Diffstat (limited to 'debug_toolbar/templates')
-rw-r--r--debug_toolbar/templates/debug_toolbar/panels/timer.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/debug_toolbar/templates/debug_toolbar/panels/timer.html b/debug_toolbar/templates/debug_toolbar/panels/timer.html
index 70ba61e..d089276 100644
--- a/debug_toolbar/templates/debug_toolbar/panels/timer.html
+++ b/debug_toolbar/templates/debug_toolbar/panels/timer.html
@@ -7,7 +7,7 @@
</colgroup>
<thead>
<tr>
- <th>{% trans "Key" %}</th>
+ <th>{% trans "Resource" %}</th>
<th>{% trans "Value" %}</th>
</tr>
</thead>