mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +00:00
Media: Rename "Insert Media" window title to "Add Media" for consistency with the "Add Media" button.
Props danieltj. Fixes #41704. git-svn-id: https://develop.svn.wordpress.org/trunk@41383 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -3510,7 +3510,7 @@ function wp_enqueue_media( $args = array() ) {
|
||||
|
||||
// Library
|
||||
'mediaLibraryTitle' => __( 'Media Library' ),
|
||||
'insertMediaTitle' => __( 'Insert Media' ),
|
||||
'insertMediaTitle' => __( 'Add Media' ),
|
||||
'createNewGallery' => __( 'Create a new gallery' ),
|
||||
'createNewPlaylist' => __( 'Create a new playlist' ),
|
||||
'createNewVideoPlaylist' => __( 'Create a new video playlist' ),
|
||||
|
||||
Reference in New Issue
Block a user