diff -r be944660c56a -r 3d72ae0968f4 wp/wp-includes/widgets/class-wp-widget-media-audio.php --- a/wp/wp-includes/widgets/class-wp-widget-media-audio.php Wed Sep 21 18:19:35 2022 +0200 +++ b/wp/wp-includes/widgets/class-wp-widget-media-audio.php Tue Sep 27 16:37:53 2022 +0200 @@ -41,13 +41,13 @@ 'edit_media' => _x( 'Edit Audio', 'label for button in the audio widget; should preferably not be longer than ~13 characters long' ), 'missing_attachment' => sprintf( /* translators: %s: URL to media library. */ - __( 'We can’t find that audio file. Check your media library and make sure it wasn’t deleted.' ), + __( 'That audio file cannot be found. Check your media library and make sure it was not deleted.' ), esc_url( admin_url( 'upload.php' ) ) ), /* translators: %d: Widget count. */ 'media_library_state_multi' => _n_noop( 'Audio Widget (%d)', 'Audio Widget (%d)' ), 'media_library_state_single' => __( 'Audio Widget' ), - 'unsupported_file_type' => __( 'Looks like this isn’t the correct kind of file. Please link to an audio file instead.' ), + 'unsupported_file_type' => __( 'Looks like this is not the correct kind of file. Please link to an audio file instead.' ), ) ); }