- Timestamp:
- 05/21/2017 08:43:36 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/widgets/class-wp-widget-media-audio.php
r40784 r40812 31 31 $this->l10n = array_merge( $this->l10n, array( 32 32 'no_media_selected' => __( 'No audio selected' ), 33 'add_media' => _x( 'Add Audio', 'label for button in the audio widget ; should not be longer than ~13 characters long' ),34 'replace_media' => _x( 'Replace Audio', 'label for button in the audio widget; should not be longer than ~13 characters long' ),35 'edit_media' => _x( 'Edit Audio', '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' ), 34 'replace_media' => _x( 'Replace Audio', 'label for button in the audio widget; should preferably not be longer than ~13 characters long' ), 35 'edit_media' => _x( 'Edit Audio', 'label for button in the audio widget; should preferably not be longer than ~13 characters long' ), 36 36 'missing_attachment' => sprintf( 37 37 /* translators: placeholder is URL to media library */
Note: See TracChangeset
for help on using the changeset viewer.