From eaf1f7d6e3a0cb700895e9986a246c03243c65b7 Mon Sep 17 00:00:00 2001 From: Karen Tracey Date: Thu, 13 Aug 2009 17:16:29 +0000 Subject: [PATCH] Fixed #11534: Improved wording for admin delete confirmation. Thanks hanksims and others who reported this. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11447 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- .../admin/templates/admin/delete_selected_confirmation.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/django/contrib/admin/templates/admin/delete_selected_confirmation.html b/django/contrib/admin/templates/admin/delete_selected_confirmation.html index a6258b94c0..5550b73e2e 100644 --- a/django/contrib/admin/templates/admin/delete_selected_confirmation.html +++ b/django/contrib/admin/templates/admin/delete_selected_confirmation.html @@ -19,7 +19,7 @@ {% endfor %} {% else %} -

{% 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 %}

+

{% blocktrans %}Are you sure you want to delete the selected {{ object_name }} objects? All of the following objects and their related items will be deleted:{% endblocktrans %}

{% for deleteable_object in deletable_objects %} {% endfor %} @@ -34,4 +34,4 @@ {% endif %} -{% endblock %} \ No newline at end of file +{% endblock %}