#2977 closed defect (bug) (fixed)
Missing translation context for "Reply"
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 2.6 | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | Locale - i18n/l10n | Keywords: | has-patch |
| Cc: |
Description
"Reply" can be used as a verb and as a noun but I can't translate them as both because it's only one string.
- includes/admin/list-tables/topic-replies.php:37 (noun)
- includes/admin/metaboxes.php:131 (noun)
- includes/admin/settings.php:335 (noun)
- includes/replies/template.php:49 (noun)
- includes/replies/template.php:1678 (verb)
- includes/topics/template.php:3090 (verb)
The last two should be changed to use a context like 'verb'.
Attachments (1)
Change History (5)
Note: See
TracTickets for help on using
tickets.
Thanks @ocean90 :+1