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 , 3 weeks ago
| Summary: | Wrong translation id used in actions-submit → Wrong translation id used in actions-submit (actions.html) |
|---|
comment:2 by , 3 weeks ago
| Component: | Uncategorized → contrib.admin |
|---|---|
| Resolution: | → invalid |
| Status: | new → closed |
| UI/UX: | unset |
Note:
See TracTickets
for help on using tickets.
Thanks for the report, but the change to "Run" was intentional, and we will need translations submitted in any languages where it's missing.