Opened 3 weeks ago

Closed 3 weeks ago

#37123 closed Uncategorized (invalid)

Wrong translation id used in actions-submit (actions.html)

Reported by: alex Owned by:
Component: contrib.admin Version: 6.0
Severity: Normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: yes UI/UX: no

Description

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.

Change History (2)

comment:1 by alex, 3 weeks ago

Summary: Wrong translation id used in actions-submitWrong translation id used in actions-submit (actions.html)

comment:2 by Jacob Walls, 3 weeks ago

Component: Uncategorizedcontrib.admin
Resolution: invalid
Status: newclosed
UI/UX: unset

Thanks for the report, but the change to "Run" was intentional, and we will need translations submitted in any languages where it's missing.

Note: See TracTickets for help on using tickets.
Back to Top