A string was missing its translation wrapper in the Underscore template for video details.

Props Jayjdk.
See #27016.


Built from https://develop.svn.wordpress.org/trunk@27490


git-svn-id: http://core.svn.wordpress.org/trunk@27334 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Scott Taylor 2014-03-10 00:19:15 +00:00
parent 394feb8f91
commit d56f4a30b9
1 changed files with 1 additions and 1 deletions

View File

@ -850,7 +850,7 @@ function wp_print_media_templates() {
</p>
<# } ); #>
<# } else { #>
<em>There are no associated subtitles.</em>
<em><?php _e( 'There are no associated subtitles.' ); ?></em>
<# } #>
<textarea class="hidden content-setting">{{ content }}</textarea>
</label>