mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-13 06:07:23 +01:00
Properly translate 'Select Poster Image'.
Merges [28158] to the 3.9 branch. props dimadin. fixes #27845. Built from https://develop.svn.wordpress.org/branches/3.9@28233 git-svn-id: http://core.svn.wordpress.org/branches/3.9@28061 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
8649425906
commit
b4245bb9f6
@ -2829,7 +2829,7 @@ function wp_enqueue_media( $args = array() ) {
|
||||
'videoReplaceTitle' => __( 'Replace Video' ),
|
||||
'videoAddSourceTitle' => __( 'Add Video Source' ),
|
||||
'videoDetailsCancel' => __( 'Cancel Edit' ),
|
||||
'videoSelectPosterImageTitle' => _( 'Select Poster Image' ),
|
||||
'videoSelectPosterImageTitle' => __( 'Select Poster Image' ),
|
||||
'videoAddTrackTitle' => __( 'Add Subtitles' ),
|
||||
|
||||
// Playlist
|
||||
|
Loading…
Reference in New Issue
Block a user