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. git-svn-id: https://develop.svn.wordpress.org/trunk@40775 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
16b7f7908f
commit
043a87446d
@ -357,7 +357,7 @@ function wp_default_scripts( &$scripts ) {
|
||||
'Play' => __( 'Play' ),
|
||||
'Pause' => __( 'Pause' ),
|
||||
'Captions/Subtitles' => __( 'Captions/Subtitles' ),
|
||||
'None' => __( 'None', 'no captions/subtitles' ),
|
||||
'None' => _x( 'None', 'no captions/subtitles' ),
|
||||
'Time Slider' => __( 'Time Slider' ),
|
||||
/* translators: %1: number of seconds (30 by default) */
|
||||
'Skip back %1 seconds' => __( 'Skip back %1 seconds' ),
|
||||
|
Loading…
Reference in New Issue
Block a user