Media: Add missing gettext to a string added in [38089].
See #37394. git-svn-id: https://develop.svn.wordpress.org/trunk@38090 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
29dd928983
commit
97c25ea5c1
|
@ -359,7 +359,7 @@ function wp_default_scripts( &$scripts ) {
|
|||
'Unmute' => __( 'Unmute' ),
|
||||
'Mute' => __( 'Mute' ),
|
||||
'Use Up/Down Arrow keys to increase or decrease volume.' => __( 'Use Up/Down Arrow keys to increase or decrease volume.' ),
|
||||
'Use Left/Right Arrow keys to advance one second, Up/Down arrows to advance ten seconds.' => 'Use Left/Right Arrow keys to advance one second, Up/Down arrows to advance ten seconds.',
|
||||
'Use Left/Right Arrow keys to advance one second, Up/Down arrows to advance ten seconds.' => __( 'Use Left/Right Arrow keys to advance one second, Up/Down arrows to advance ten seconds.' ),
|
||||
),
|
||||
) );
|
||||
|
||||
|
|
Loading…
Reference in New Issue