Widgets: Use "Add Audio" for button in Audio widget instead of generic "Add File".
Props juhise. See #39995. Fixes #40797. Built from https://develop.svn.wordpress.org/trunk@40784 git-svn-id: http://core.svn.wordpress.org/trunk@40642 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -30,7 +30,7 @@ class WP_Widget_Media_Audio extends WP_Widget_Media {
|
||||
|
||||
$this->l10n = array_merge( $this->l10n, array(
|
||||
'no_media_selected' => __( 'No audio selected' ),
|
||||
'add_media' => _x( 'Add File', 'label for button in the audio widget; should not be longer than ~13 characters long' ),
|
||||
'add_media' => _x( 'Add Audio', 'label for button in the audio widget; should not be longer than ~13 characters long' ),
|
||||
'replace_media' => _x( 'Replace Audio', 'label for button in the audio widget; should not be longer than ~13 characters long' ),
|
||||
'edit_media' => _x( 'Edit Audio', 'label for button in the audio widget; should not be longer than ~13 characters long' ),
|
||||
'missing_attachment' => sprintf(
|
||||
|
||||
Reference in New Issue
Block a user