Clarify the text for the 'Edit Selection' link when multiple media items are selected in the media manager.

Props adamsilverstein
See #24325


git-svn-id: https://develop.svn.wordpress.org/trunk@30685 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
John Blackbourn 2014-12-01 04:14:06 +00:00
parent cedecf8033
commit d8dd2e4a77
1 changed files with 1 additions and 1 deletions

View File

@ -575,7 +575,7 @@ function wp_print_media_templates() {
<div class="selection-info">
<span class="count"></span>
<# if ( data.editable ) { #>
<a class="edit-selection" href="#"><?php _e('Edit'); ?></a>
<a class="edit-selection" href="#"><?php _e( 'Edit Selection' ); ?></a>
<# } #>
<# if ( data.clearable ) { #>
<a class="clear-selection" href="#"><?php _e('Clear'); ?></a>