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

Props Jayjdk.
See #27016.



git-svn-id: https://develop.svn.wordpress.org/trunk@27490 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Scott Taylor 2014-03-10 00:18:12 +00:00
parent 7770275918
commit b005551879
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>