diff options
author | Étienne Loks <etienne.loks@peacefrogs.net> | 2014-03-02 19:23:17 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@peacefrogs.net> | 2014-03-02 19:23:17 +0100 |
commit | 4cf0a0655066e886e0d82b4bbef83a3a85910adc (patch) | |
tree | 00b5251e71b65ba4bd141b2bdb0a243394c15643 /archaeological_files/templates | |
parent | af42287a7a113da28f1f9aab54cfc2e96c9a6d90 (diff) | |
download | Ishtar-4cf0a0655066e886e0d82b4bbef83a3a85910adc.tar.bz2 Ishtar-4cf0a0655066e886e0d82b4bbef83a3a85910adc.zip |
Update french translation
Diffstat (limited to 'archaeological_files/templates')
-rw-r--r-- | archaeological_files/templates/ishtar/sheet_file.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_files/templates/ishtar/sheet_file.html b/archaeological_files/templates/ishtar/sheet_file.html index b9bf51490..dddae309b 100644 --- a/archaeological_files/templates/ishtar/sheet_file.html +++ b/archaeological_files/templates/ishtar/sheet_file.html @@ -72,7 +72,7 @@ {%else%} -<h3>{% trans "Research archaelogy"%}</h3> +<h3>{% trans "Research archaeology"%}</h3> {% if item.departments.count %}<p><label>{%trans "Departments"%}{%trans ":"%}</label> <span class='value'>{% for department in item.departments.all %}{% if forloop.counter0 %}, {% endif %}{{ department }}{% endfor %}</span></p>{% endif %} {% if item.scientist %}<p><label>{%trans "Head scientist"%}{%trans ":"%}</label> <span class='value'>{{ item.scientist }}</span></p>{% endif %} {% if item.requested_operation_type %}<p><label>{%trans "Requested operation type"%}{%trans ":"%}</label> <span class='value'>{{ item.requested_operation_type }}</span></p>{% endif %} |