[Django] #37123: Wrong translation id used in actions-submit

2 views
Skip to first unread message

Django

unread,
May 28, 2026, 4:32:56 AM (3 days ago) May 28
to django-...@googlegroups.com
#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.
Reply all
Reply to author
Forward
0 new messages