mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-02 05:31:25 +01:00
Properly translate 'Select Poster Image'.
props dimadin. see #27845, for trunk. Built from https://develop.svn.wordpress.org/trunk@28168 git-svn-id: http://core.svn.wordpress.org/trunk@27999 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
c7a5c91d5e
commit
f6387ec25a
@ -2829,7 +2829,7 @@ function wp_enqueue_media( $args = array() ) {
|
|||||||
'videoReplaceTitle' => __( 'Replace Video' ),
|
'videoReplaceTitle' => __( 'Replace Video' ),
|
||||||
'videoAddSourceTitle' => __( 'Add Video Source' ),
|
'videoAddSourceTitle' => __( 'Add Video Source' ),
|
||||||
'videoDetailsCancel' => __( 'Cancel Edit' ),
|
'videoDetailsCancel' => __( 'Cancel Edit' ),
|
||||||
'videoSelectPosterImageTitle' => _( 'Select Poster Image' ),
|
'videoSelectPosterImageTitle' => __( 'Select Poster Image' ),
|
||||||
'videoAddTrackTitle' => __( 'Add Subtitles' ),
|
'videoAddTrackTitle' => __( 'Add Subtitles' ),
|
||||||
|
|
||||||
// Playlist
|
// Playlist
|
||||||
|
Loading…
Reference in New Issue
Block a user