Ticket #40775: 40775.diff
File 40775.diff, 1.1 KB (added by , 8 years ago) |
---|
-
src/wp-includes/widgets/class-wp-widget-media-video.php
42 42 'media_library_state_multi' => _n_noop( 'Video Widget (%d)', 'Video Widget (%d)' ), 43 43 'media_library_state_single' => __( 'Video Widget' ), 44 44 /* translators: placeholder is a list of valid video file extensions */ 45 'unsupported_file_type' => sprintf( __( 'Sorry, we can’t display the video file type selected. Please select a supported video file (% 1$s) or stream (YouTube or Vimeo) instead.' ), '<code>.' . implode( '</code>, <code>.', wp_get_video_extensions() ) . '</code>' ),45 'unsupported_file_type' => sprintf( __( 'Sorry, we can’t display the video file type selected. Please select a supported video file (%s) or stream (YouTube or Vimeo) instead.' ), '<code>.' . implode( '</code>, <code>.', wp_get_video_extensions() ) . '</code>' ), 46 46 ) ); 47 47 } 48 48