Make WordPress Core

Ticket #40797: 40797.diff

File 40797.diff, 1.0 KB (added by juhise, 8 years ago)

Patch file

  • Applications/MAMP/htdocs/wordpress-svn/src/wp-includes/widgets/class-wp-widget-media-audio.php

     
    3030
    3131                $this->l10n = array_merge( $this->l10n, array(
    3232                        'no_media_selected' => __( 'No audio selected' ),
    33                         'add_media' => _x( 'Add File', 'label for button in the audio widget; should not be longer than ~13 characters long' ),
     33                        'add_media' => _x( 'Add Audio', 'label for button in the audio widget; should not be longer than ~13 characters long' ),
    3434                        'replace_media' => _x( 'Replace Audio', 'label for button in the audio widget; should not be longer than ~13 characters long' ),
    3535                        'edit_media' => _x( 'Edit Audio', 'label for button in the audio widget; should not be longer than ~13 characters long' ),
    3636                        'missing_attachment' => sprintf(