diff options
author | Étienne Loks <etienne.loks@proxience.com> | 2015-11-19 00:48:28 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@proxience.com> | 2015-11-19 00:48:28 +0100 |
commit | 0e2bf2e4f149c1250b2aef2c4f94c09db07b5584 (patch) | |
tree | 4a3a781d6cac4c2923dd199558b22772be5b7117 /archaeological_operations/templates/ishtar/dashboards | |
parent | dd3e8a17c3f507daa41fb0beb46187881ccd7cb3 (diff) | |
download | Ishtar-0e2bf2e4f149c1250b2aef2c4f94c09db07b5584.tar.bz2 Ishtar-0e2bf2e4f149c1250b2aef2c4f94c09db07b5584.zip |
Using zanata for translations
Diffstat (limited to 'archaeological_operations/templates/ishtar/dashboards')
-rw-r--r-- | archaeological_operations/templates/ishtar/dashboards/dashboard_operation.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_operations/templates/ishtar/dashboards/dashboard_operation.html b/archaeological_operations/templates/ishtar/dashboards/dashboard_operation.html index 765bdc7e4..b3b75c4ae 100644 --- a/archaeological_operations/templates/ishtar/dashboards/dashboard_operation.html +++ b/archaeological_operations/templates/ishtar/dashboards/dashboard_operation.html @@ -492,7 +492,7 @@ <table> <caption>{% trans "Main towns by cost" %}</caption> <tr> - <th>{% trans "Town" %}</th><th>{% trans "Cost (€)" %}</th> + <th>{% trans "Town" %}</th><th>{% trans "Cost (euros)" %}</th> </tr> {% for lbl, nb in dashboard.excavation.towns_cost %} <tr> |