#11534: Very Bad Grammar in Admin Bulk Delete Warning
----------------------------------+-----------------------------------------
Reporter: hanksims | Owner: nobody
Status: new | Milestone:
Component: django.contrib.admin | Version: 1.0
Keywords: | Stage: Unreviewed
Has_patch: 1 |
----------------------------------+-----------------------------------------
When you go to bulk-delete items with related objects through the admin,
you are assaulted with the following warning:
{{{
Are you sure you want to delete the selected [model] objects? All of the
following objects and it's related items will be deleted:
}}}
The "it's," there, is wrong in two ways. How about:
{{{
Are you sure you want to delete the selected [model] objects? All of the
following objects and their related items will be deleted:
}}}
--
Ticket URL: <http://code.djangoproject.com/ticket/11534>
Django <http://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---