#37123: Wrong translation id used in actions-submit
----------------------+-----------------------------------------
Reporter: alex | Type: Uncategorized
Status: new | Component: Uncategorized
Version: 6.0 | Severity: Normal
Keywords: | Triage Stage: Unreviewed
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 1 | UI/UX: 1
----------------------+-----------------------------------------
Problem:
Block actions-submit of django/contrib/admin/templates/admin/actions.html
(line 8) specifies
{{{
{% translate "Run" %}
}}}
It should however be
{{{
{% translate "Run the selected action" %}
}}}
as specified in the po files.
--
Ticket URL: <
https://code.djangoproject.com/ticket/37123>
Django <
https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.