Make WordPress Core


Ignore:
Timestamp:
05/18/2017 06:33:57 PM (7 years ago)
Author:
westonruter
Message:

Widgets: Use "Add Audio" for button in Audio widget instead of generic "Add File".

Props juhise.
See #39995.
Fixes #40797.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/widgets/class-wp-widget-media-audio.php

    r40640 r40784  
    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' ),
Note: See TracChangeset for help on using the changeset viewer.