- Timestamp:
- 03/22/2022 04:23:32 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/widgets/class-wp-widget-media-audio.php
r47055 r52978 42 42 'missing_attachment' => sprintf( 43 43 /* translators: %s: URL to media library. */ 44 __( 'We can ’t find that audio file. Check your <a href="%s">media library</a> and make sure it wasn’t deleted.' ),44 __( 'We cannot find that audio file. Check your <a href="%s">media library</a> and make sure it was not deleted.' ), 45 45 esc_url( admin_url( 'upload.php' ) ) 46 46 ), … … 48 48 'media_library_state_multi' => _n_noop( 'Audio Widget (%d)', 'Audio Widget (%d)' ), 49 49 'media_library_state_single' => __( 'Audio Widget' ), 50 'unsupported_file_type' => __( 'Looks like this is n’t the correct kind of file. Please link to an audio file instead.' ),50 'unsupported_file_type' => __( 'Looks like this is not the correct kind of file. Please link to an audio file instead.' ), 51 51 ) 52 52 );
Note: See TracChangeset
for help on using the changeset viewer.