diff --git a/src/js/_enqueues/vendor/tinymce/langs/wp-langs-en.js b/src/js/_enqueues/vendor/tinymce/langs/wp-langs-en.js index c3ddbb3332344..d027074644ca9 100644 --- a/src/js/_enqueues/vendor/tinymce/langs/wp-langs-en.js +++ b/src/js/_enqueues/vendor/tinymce/langs/wp-langs-en.js @@ -343,7 +343,7 @@ image_align_left: "Left", image_align_right: "Right", link_title: "Insert/edit link", - link_url: "Link URL", + link_url: "Link To", link_target: "Target", link_target_same: "Open link in the same window", link_target_blank: "Open link in a new window", @@ -473,7 +473,7 @@ wp_more_alt: "More...", wp_page_alt: "Next page...", add_media: "Add Media", - add_image: "Add an Image", + add_image: "Add Image", add_video: "Add Video", add_audio: "Add Audio", editgallery: "Edit Gallery", @@ -511,6 +511,6 @@ s130: "130%", img_title: "Title", caption: "Caption", - alt: "Alternative Text" + alt: "Alt Text" }); }()); diff --git a/src/wp-admin/includes/class-custom-background.php b/src/wp-admin/includes/class-custom-background.php index 8027c6a2ce95e..a1781439adf0c 100644 --- a/src/wp-admin/includes/class-custom-background.php +++ b/src/wp-admin/includes/class-custom-background.php @@ -101,7 +101,7 @@ public function admin_load() { '
' . __( 'You can customize the look of your site without touching any of your theme’s code by using a custom background. Your background can be an image or a color.' ) . '
' . '' . __( 'To use a background image, simply upload it or choose an image that has already been uploaded to your Media Library by clicking the “Choose Image” button. You can display a single instance of your image, or tile it to fill the screen. You can have your background fixed in place, so your site content moves on top of it, or you can have it scroll with your site.' ) . '
' . '' . __( 'You can also choose a background color by clicking the Select Color button and either typing in a legitimate HTML hex value, e.g. “#ff0000” for red, or by choosing a color using the color picker.' ) . '
' . - '' . __( 'Do not forget to click on the Save Changes button when you are finished.' ) . '
', + '' . __( 'Do not forget to use the Save Changes button when you are finished.' ) . '
', ) ); diff --git a/src/wp-admin/includes/class-custom-image-header.php b/src/wp-admin/includes/class-custom-image-header.php index 3716b55909245..c48090e7e63ac 100644 --- a/src/wp-admin/includes/class-custom-image-header.php +++ b/src/wp-admin/includes/class-custom-image-header.php @@ -136,7 +136,7 @@ public function help() { ) . '' . '' . __( 'In the Header Text section of this page, you can choose whether to display this text or hide it. You can also choose a color for the text by clicking the Select Color button and either typing in a legitimate HTML hex value, e.g. “#ff0000” for red, or by choosing a color using the color picker.' ) . '
' . - '' . __( 'Do not forget to click “Save Changes” when you are done!' ) . '
', + '' . __( 'Do not forget to use the “Save Changes” button when you are done!' ) . '
', ) ); @@ -764,7 +764,7 @@ public function step_1() {- +
' . __( 'Alt text for the image, e.g. “The Mona Lisa”' ) . '