- 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-video.php
r47308 r52978 42 42 'missing_attachment' => sprintf( 43 43 /* translators: %s: URL to media library. */ 44 __( 'We can ’t find that video. Check your <a href="%s">media library</a> and make sure it wasn’t deleted.' ),44 __( 'We cannot find that video. 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 ), … … 49 49 'media_library_state_single' => __( 'Video Widget' ), 50 50 /* translators: %s: A list of valid video file extensions. */ 51 'unsupported_file_type' => sprintf( __( 'Sorry, we can ’t load the video at the supplied URL. Please check that the URL is for a supported video file (%s) or stream (e.g. YouTube and Vimeo).' ), '<code>.' . implode( '</code>, <code>.', wp_get_video_extensions() ) . '</code>' ),51 'unsupported_file_type' => sprintf( __( 'Sorry, we cannot load the video at the supplied URL. Please check that the URL is for a supported video file (%s) or stream (e.g. YouTube and Vimeo).' ), '<code>.' . implode( '</code>, <code>.', wp_get_video_extensions() ) . '</code>' ), 52 52 ) 53 53 );
Note: See TracChangeset
for help on using the changeset viewer.