Ticket #40797: 40797.diff
File 40797.diff, 1.0 KB (added by , 8 years ago) |
---|
-
Applications/MAMP/htdocs/wordpress-svn/src/wp-includes/widgets/class-wp-widget-media-audio.php
30 30 31 31 $this->l10n = array_merge( $this->l10n, array( 32 32 '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' ), 34 34 'replace_media' => _x( 'Replace Audio', 'label for button in the audio widget; should not be longer than ~13 characters long' ), 35 35 'edit_media' => _x( 'Edit Audio', 'label for button in the audio widget; should not be longer than ~13 characters long' ), 36 36 'missing_attachment' => sprintf(