diff --git a/src/wp-admin/includes/media.php b/src/wp-admin/includes/media.php index 8768c75ee2..b015836a8b 100644 --- a/src/wp-admin/includes/media.php +++ b/src/wp-admin/includes/media.php @@ -3228,7 +3228,7 @@ function edit_form_image_editor( $post ) { printf( /* translators: 1: Link to tutorial, 2: Additional link attributes, 3: Accessibility text. */ - __( 'Describe the purpose of the image%3$s. Leave empty if the image is purely decorative.' ), + __( 'Learn how to describe the purpose of the image%3$s. Leave empty if the image is purely decorative.' ), esc_url( 'https://www.w3.org/WAI/tutorials/images/decision-tree' ), 'target="_blank" rel="noopener"', sprintf( diff --git a/src/wp-includes/media-template.php b/src/wp-includes/media-template.php index 46e20f48d7..f89945d45b 100644 --- a/src/wp-includes/media-template.php +++ b/src/wp-includes/media-template.php @@ -158,7 +158,7 @@ function wp_print_media_templates() { $alt_text_description = sprintf( /* translators: 1: Link to tutorial, 2: Additional link attributes, 3: Accessibility text. */ - __( 'Describe the purpose of the image%3$s. Leave empty if the image is purely decorative.' ), + __( 'Learn how to describe the purpose of the image%3$s. Leave empty if the image is purely decorative.' ), esc_url( 'https://www.w3.org/WAI/tutorials/images/decision-tree' ), 'target="_blank" rel="noopener"', sprintf(