Make WordPress Core

Opened 7 years ago

Closed 7 years ago

Last modified 7 years ago

#40800 closed defect (bug) (fixed)

Incorrect translation call in script-loader.php

Reported by: leewillis77's profile leewillis77 Owned by: swissspidy's profile 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)

40800.diff (703 bytes) - added by leewillis77 7 years ago.
Patch

Download all attachments as: .zip

Change History (3)

@leewillis77
7 years ago

Patch

#1 @swissspidy
7 years ago

  • Owner set to swissspidy
  • Resolution set to fixed
  • Status changed from new to closed

In 40775:

Media: Correct a translatable string for MediaElement.js.

Adds the needed context to the string "None". Introduced in [38089].

Props leewillis77.
See #37394.
Fixes #40800.

#2 @swissspidy
7 years ago

  • Component changed from General to Media
  • Keywords has-patch added
  • Milestone changed from Awaiting Review to 4.8
  • Version changed from trunk to 4.6

Thanks @leewillis77, good catch!

Note: See TracTickets for help on using tickets.