#10959 closed (fixed)
Separate text for 'search' and 'actions' changelist sections buttons
Reported by: | Ramiro Morales | Owned by: | nobody |
---|---|---|---|
Component: | contrib.admin | Version: | dev |
Severity: | Keywords: | Go search action translation | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Currently both of these buttons have the same English text: "Go". This generic literal make things a bit difficult when translating it to some other languages.
See django-i18n thread at http://groups.google.com/group/Django-I18N/browse_frm/thread/9197ef840e3d0a0c
Attachments (1)
Change History (4)
by , 16 years ago
Attachment: | 10959-drop-usage-of-Go-in-changelist-buttons.diff added |
---|
comment:1 by , 16 years ago
Has patch: | set |
---|---|
Version: | 1.0 → SVN |
comment:2 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Patch that changes litrals to 'Search' and 'Execute' respectively