aboutsummaryrefslogtreecommitdiffstats
path: root/debug_toolbar/templates
diff options
context:
space:
mode:
authorPercy Perez-Pinedo2009-08-21 13:30:24 -0700
committerPercy Perez-Pinedo2009-08-21 13:30:24 -0700
commite0a81fd78aa2a6e5096a8b207484fa19cc5c034f (patch)
tree336fe3d1def5d5236fdfc04f0a4b52a4d2121627 /debug_toolbar/templates
parentb7629d5768295131c35d613dbb16d9a070474c77 (diff)
downloaddjango-debug-toolbar-e0a81fd78aa2a6e5096a8b207484fa19cc5c034f.tar.bz2
testing some changes
Diffstat (limited to 'debug_toolbar/templates')
-rw-r--r--debug_toolbar/templates/debug_toolbar/base.html2
-rw-r--r--debug_toolbar/templates/debug_toolbar/panels/signals.html2
-rw-r--r--debug_toolbar/templates/debug_toolbar/panels/sql.html2
3 files changed, 3 insertions, 3 deletions
diff --git a/debug_toolbar/templates/debug_toolbar/base.html b/debug_toolbar/templates/debug_toolbar/base.html
index 66d126e..748001d 100644
--- a/debug_toolbar/templates/debug_toolbar/base.html
+++ b/debug_toolbar/templates/debug_toolbar/base.html
@@ -20,7 +20,7 @@
<div style="display: none;" id="djDebugToolbar">
<ul id="djDebugPanelList">
{% if panels %}
- <li><a id="djHideToolBarButton" href="#" title="Hide Toolbar">&laquo; Hide</a></li>
+ <li><a id="djHideToolBarButton" href="#" title="Hide Toolbar">&laquo; {% trans "Hide" %}</a></li>
{% else %}
<li id="djDebugButton">DEBUG</li>
{% endif %}
diff --git a/debug_toolbar/templates/debug_toolbar/panels/signals.html b/debug_toolbar/templates/debug_toolbar/panels/signals.html
index e9a189e..bd2ebc2 100644
--- a/debug_toolbar/templates/debug_toolbar/panels/signals.html
+++ b/debug_toolbar/templates/debug_toolbar/panels/signals.html
@@ -2,7 +2,7 @@
<table>
<thead>
<tr>
- <th>Signal</th>
+ <th>{% trans "Signal" %}</th>
<th>Providing Args</th>
<th>Receivers</th>
</tr>
diff --git a/debug_toolbar/templates/debug_toolbar/panels/sql.html b/debug_toolbar/templates/debug_toolbar/panels/sql.html
index 99ce611..c07c566 100644
--- a/debug_toolbar/templates/debug_toolbar/panels/sql.html
+++ b/debug_toolbar/templates/debug_toolbar/panels/sql.html
@@ -4,7 +4,7 @@
<thead>
<tr>
<th>Time&nbsp;(ms)</th>
- <th>Action</th>
+ <th>{% trans "Action" %}</th>
<th>Stacktrace</th>
<th>Query</th>
</tr>