misc: fix wording in deletion message (#15854)

This commit is contained in:
Frédéric Péters 2018-01-19 13:58:54 +01:00
parent 8e8b10aeb5
commit 6c7e99a0bd
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
Are you sure you want to delete category "{{ name }}"?
{% endblocktrans %}
</p>
<p>{% trans "All its announces of will be also deleted" %}</p>
<p>{% trans "All related announces will also be deleted." %}</p>
<div class="buttons">
<button class="delete-button">{% trans "Delete" %}</button>
<a class="cancel" href="{{ object.get_absolute_url }}">{% trans 'Cancel' %}</a>