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 | fb712540dfc8841b37032f33f183eeda1546b8e1 (patch) | |
tree | 00b5251e71b65ba4bd141b2bdb0a243394c15643 /archaeological_files/templates | |
parent | 4d8c616b76edfe3bd8862b588e825d1e29d40950 (diff) | |
download | Ishtar-fb712540dfc8841b37032f33f183eeda1546b8e1.tar.bz2 Ishtar-fb712540dfc8841b37032f33f183eeda1546b8e1.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 %} |