diff options
author | Valérie-Emma Leroux <emma@iggdrasil.net> | 2016-02-23 18:53:44 +0100 |
---|---|---|
committer | Valérie-Emma Leroux <emma@iggdrasil.net> | 2016-02-23 18:53:44 +0100 |
commit | f660ee65f7b2bcb5babc9c0254edb7bff854e148 (patch) | |
tree | e5ea87974fad38e27842fad659fcd1865dc6824c /archaeological_files_pdl/templates/ishtar/wizard | |
parent | b8c911e12b380efc49865ad8b18e825d23c4bdd0 (diff) | |
download | Ishtar-f660ee65f7b2bcb5babc9c0254edb7bff854e148.tar.bz2 Ishtar-f660ee65f7b2bcb5babc9c0254edb7bff854e148.zip |
Update translations
Diffstat (limited to 'archaeological_files_pdl/templates/ishtar/wizard')
-rw-r--r-- | archaeological_files_pdl/templates/ishtar/wizard/file_confirm_wizard.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archaeological_files_pdl/templates/ishtar/wizard/file_confirm_wizard.html b/archaeological_files_pdl/templates/ishtar/wizard/file_confirm_wizard.html index 87c9adc88..fd85de473 100644 --- a/archaeological_files_pdl/templates/ishtar/wizard/file_confirm_wizard.html +++ b/archaeological_files_pdl/templates/ishtar/wizard/file_confirm_wizard.html @@ -5,7 +5,7 @@ {% block "warning_informations" %} {% for file in numeric_reference_files %} {% if forloop.first %} -<p class='alert'><label>{% trans "The following files have the same numeric index as this file." %}</label></p> +<p class='alert'><label>{% trans "The following files have the same numeric index as this file:" %}</label></p> <ul> {% endif%} <li>{{file}} <a href='#' onclick='load_window("{% url 'show-file' file.pk '' %}", "{{model_name}}");' class='display_details'>{% trans "Details" %}</a></li> @@ -16,7 +16,7 @@ {% endfor %} {% for file in similar_files %} {% if forloop.first %} -<p class='alert'><label>{% trans "The following files are in the same town and have parcels in common with this file." %}</label></p> +<p class='alert'><label>{% trans "The following files are in the same town and have parcels in common with this file:" %}</label></p> <ul> {% endif%} <li>{{file}} <a href='#' onclick='load_window("{% url 'show-file' file.pk '' %}", "{{model_name}}");' class='display_details'>{% trans "Details" %}</a></li> |