Changeset 40784
- Timestamp:
- 05/18/2017 06:33:57 PM (7 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/widgets/class-wp-widget-media-audio.php
r40640 r40784 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' ), -
trunk/tests/qunit/index.html
r40640 r40784 740 740 Replace Audio </button> 741 741 <button type="button" class="button select-media not-selected"> 742 Add File</button>742 Add Audio </button> 743 743 </p> 744 744 </script>
Note: See TracChangeset
for help on using the changeset viewer.