Changeset 52978 for trunk/src/wp-includes/widgets/class-wp-widget-media.php
- 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.php
r51851 r52978 75 75 'missing_attachment' => sprintf( 76 76 /* translators: %s: URL to media library. */ 77 __( 'We can ’t find that file. Check your <a href="%s">media library</a> and make sure it wasn’t deleted.' ),77 __( 'We cannot find that file. Check your <a href="%s">media library</a> and make sure it was not deleted.' ), 78 78 esc_url( admin_url( 'upload.php' ) ) 79 79 ), … … 81 81 'media_library_state_multi' => _n_noop( 'Media Widget (%d)', 'Media Widget (%d)' ), 82 82 'media_library_state_single' => __( 'Media Widget' ), 83 'unsupported_file_type' => __( 'Looks like this is n’t the correct kind of file. Please link to an appropriate file instead.' ),83 'unsupported_file_type' => __( 'Looks like this is not the correct kind of file. Please link to an appropriate file instead.' ), 84 84 ); 85 85 $this->l10n = array_merge( $l10n_defaults, array_filter( $this->l10n ) );
Note: See TracChangeset
for help on using the changeset viewer.