Ticket #11440: its_typo.diff

File its_typo.diff, 785 bytes (added by foobarbecue <aaron.curtis@…>, 15 years ago)

Fix for its typo in delete_selected_confirmation.html

  • delete_selected_confirmation.html

     
    1919    {% endfor %}
    2020    </ul>
    2121{% else %}
    22     <p>{% blocktrans %}Are you sure you want to delete the selected {{ object_name }} objects? All of the following objects and it's related items will be deleted:{% endblocktrans %}</p>
     22    <p>{% blocktrans %}Are you sure you want to delete the selected {{ object_name }} objects? All of the following objects and its related items will be deleted:{% endblocktrans %}</p>
    2323    {% for deleteable_object in deletable_objects %}
    2424        <ul>{{ deleteable_object|unordered_list }}</ul>
    2525    {% endfor %}
Back to Top