#11271 closed (fixed)
Save button for list_editable is not marked for translation
Reported by: | dc | Owned by: | nobody |
---|---|---|---|
Component: | contrib.admin | Version: | dev |
Severity: | Keywords: | admin list_editable | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Save button for list_editable is not marked for translation in admin/pagination.html template.
Attachments (1)
Change History (4)
by , 15 years ago
Attachment: | mark-for-translation.patch added |
---|
comment:1 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 15 years ago
Note:
See TracTickets
for help on using tickets.
(In [10931]) Fixed #11271 -- Added a translation marker for the list_editable save button. Thanks to dc for the report.