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:
Dominik Schilling 2016-07-18 12:38:46 +00:00
parent 29dd928983
commit 97c25ea5c1
1 changed files with 1 additions and 1 deletions

View File

@ -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.' ),
),
) );