Make WordPress Core

Ticket #40864: 40864.diff

File 40864.diff, 1.6 KB (added by dimadin, 9 years ago)
  • wp-includes/widgets/class-wp-widget-media-audio.php

     
    3535                        'edit_media' => _x( 'Edit Audio', 'label for button in the audio widget; should preferably not be longer than ~13 characters long' ),
    3636                        'missing_attachment' => sprintf(
    3737                                /* translators: placeholder is URL to media library */
    38                                 __( 'We can&#8217;t find that audio file. Check your <a href="%s">media library</a> and make sure it wasn&#8217;t deleted.' ),
     38                                __( 'We can&#8217;t find that audio. Check your <a href="%s">media library</a> and make sure it wasn&#8217;t deleted.' ),
    3939                                esc_url( admin_url( 'upload.php' ) )
    4040                        ),
    4141                        /* translators: %d is widget count */
  • wp-includes/widgets/class-wp-widget-media.php

     
    6363                        'add_to_widget' => __( 'Add to Widget' ),
    6464                        'missing_attachment' => sprintf(
    6565                                /* translators: placeholder is URL to media library */
    66                                 __( 'We can&#8217;t find that file. Check your <a href="%s">media library</a> and make sure it wasn&#8217;t deleted.' ),
     66                                __( 'We can&#8217;t find that media. Check your <a href="%s">media library</a> and make sure it wasn&#8217;t deleted.' ),
    6767                                esc_url( admin_url( 'upload.php' ) )
    6868                        ),
    6969                        /* translators: %d is widget count */