diff options
| author | Percy Perez-Pinedo | 2009-08-21 15:11:13 -0700 |
|---|---|---|
| committer | Percy Perez-Pinedo | 2009-08-21 15:11:13 -0700 |
| commit | 8fa547a2a34086455b4af9e327906b6f96b12b24 (patch) | |
| tree | 616aaa5ad8f2e3c4b98464b3382a837beef7e532 /debug_toolbar/templates | |
| parent | f986b6d995efac1b7129eb9835d3fcdd20ef6098 (diff) | |
| download | django-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.html | 2 |
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> |
