#40800 closed defect (bug) (fixed)
Incorrect translation call in script-loader.php
Reported by: | leewillis77 | Owned by: | swissspidy |
---|---|---|---|
Milestone: | 4.8 | Priority: | normal |
Severity: | normal | Version: | 4.6 |
Component: | Media | Keywords: | has-patch |
Focuses: | Cc: |
Description
Currently script-loader.php contains the following call:
__( 'None', 'no captions/subtitles' )
Here "no captions/subtitles" is used as the text domain, when it should be the context. Patch attached.
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
Patch