Make WordPress Core

Ticket #24352: 29326.diff

File 29326.diff, 592 bytes (added by adamsilverstein, 10 years ago)

change selection edit link to 'Edit selection'

  • src/wp-includes/media-template.php

     
    575575                <div class="selection-info">
    576576                        <span class="count"></span>
    577577                        <# if ( data.editable ) { #>
    578                                 <a class="edit-selection" href="#"><?php _e('Edit'); ?></a>
     578                                <a class="edit-selection" href="#"><?php _e( 'Edit selection' ); ?></a>
    579579                        <# } #>
    580580                        <# if ( data.clearable ) { #>
    581581                                <a class="clear-selection" href="#"><?php _e('Clear'); ?></a>