When labeling Show Tracklist for playlist settings, use Show Video List when the playlist is video.

Fixes #27535.



git-svn-id: https://develop.svn.wordpress.org/trunk@27796 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Scott Taylor 2014-03-27 21:09:39 +00:00
parent 17e4da2bd8
commit c411ad4cba

View File

@ -523,7 +523,11 @@ function wp_print_media_templates() {
<input type="checkbox" data-setting="tracklist" <# if ( emptyModel ) { #>
checked="checked"
<# } #> />
<# if ( 'audio' === data.model.type ) { #>
<span><?php _e( 'Show Tracklist' ); ?></span>
<# } else { #>
<span><?php _e( 'Show Video List' ); ?></span>
<# } #>
</label>
<# if ( 'audio' === data.model.type ) { #>