MediaElement: Remove translated string from a plugin WP doesn't bundle.

fixes #37394.


git-svn-id: https://develop.svn.wordpress.org/trunk@38203 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2016-08-05 04:43:32 +00:00
parent 5cc963a721
commit 6c2d90dfba

View File

@ -351,8 +351,6 @@ function wp_default_scripts( &$scripts ) {
'None' => __( 'None', 'no captions/subtitles' ),
'Time Slider' => __( 'Time Slider' ),
/* translators: %1: number of seconds (30 by default) */
'Jump forward %1 seconds' => __( 'Jump forward %1 seconds' ),
/* translators: %1: number of seconds (30 by default) */
'Skip back %1 seconds' => __( 'Skip back %1 seconds' ),
'Video Player' => __( 'Video Player' ),
'Audio Player' => __( 'Audio Player' ),