#32136: Period inside of quoting in the deletion message
-------------------------------+--------------------------------------
Reporter: Vlada Macek | Owner: nobody
Type: Bug | Status: new
Component: contrib.admin | Version: master
Severity: Normal | Resolution:
Keywords: | Triage Stage: Unreviewed
Has patch: 1 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 1 | UI/UX: 1
-------------------------------+--------------------------------------
Description changed by Vlada Macek:
Old description:
> The sentence should end after the quoting ends in Admin. Not like this:
> {{{
> 'Deleted “%(object)s.”'
> }}}
> but like this
> {{{
> 'Deleted “%(object)s”.'
> }}}
>
> Including patch against master with all the POs files to. Please
> regenerate the MOs.
New description:
The sentence should end after the quoting ends in Admin. Not like this:
{{{
'Deleted “%(object)s.”'
}}}
but like this
{{{
'Deleted “%(object)s”.'
}}}
Including patch against master with all the PO files too. Please
regenerate the MOs.
--
--
Ticket URL: <https://code.djangoproject.com/ticket/32136#comment:1>
Django <https://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 unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/django-updates/064.4b8da65c66455ff404d4c982a2b4958e%40djangoproject.com.