Media: Final names for the actions in the dialog sidebar: "Insert from URL" and "Set Featured Image" to go with "Insert Media" and "Create Gallery".
Longer strings (such as a translation) looks excellent when it wraps to another line. props markjaquith, fixes #22753. git-svn-id: http://core.svn.wordpress.org/trunk@23076 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
c42ae7acb6
commit
88f61468b3
|
@ -640,7 +640,7 @@
|
|||
filterable: 'uploaded',
|
||||
multiple: false,
|
||||
toolbar: 'featured-image',
|
||||
title: l10n.featuredImageTitle,
|
||||
title: l10n.setFeaturedImageTitle,
|
||||
priority: 60
|
||||
}, media.controller.Library.prototype.defaults ),
|
||||
|
||||
|
@ -712,7 +712,7 @@
|
|||
toolbar: 'main-embed',
|
||||
type: 'link',
|
||||
|
||||
title: l10n.fromUrlTitle,
|
||||
title: l10n.insertFromUrlTitle,
|
||||
priority: 120
|
||||
},
|
||||
|
||||
|
|
|
@ -1484,10 +1484,10 @@ function wp_enqueue_media( $args = array() ) {
|
|||
'warnDelete' => __( "You are about to permanently delete this item.\n 'Cancel' to stop, 'OK' to delete." ),
|
||||
|
||||
// From URL
|
||||
'fromUrlTitle' => __( 'From URL' ),
|
||||
'insertFromUrlTitle' => __( 'Insert from URL' ),
|
||||
|
||||
// Featured Images
|
||||
'featuredImageTitle' => __( 'Featured Image' ),
|
||||
'setFeaturedImageTitle' => __( 'Set Featured Image' ),
|
||||
'setFeaturedImage' => __( 'Set featured image' ),
|
||||
|
||||
// Gallery
|
||||
|
|
Loading…
Reference in New Issue