Opened 48 minutes ago

Last modified 47 minutes ago

#37123 new Uncategorized

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

Reported by: alex Owned by:
Component: Uncategorized 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: yes

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 (1)

comment:1 by alex, 47 minutes ago

Summary: Wrong translation id used in actions-submitWrong translation id used in actions-submit (actions.html)
Note: See TracTickets for help on using tickets.
Back to Top