mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-03 12:14:25 +00:00
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:
@@ -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' ),
|
||||
|
||||
Reference in New Issue
Block a user