I18N: Fix typo in a screen reader text string on the About page.

Follow-up to [48729].

Props pedromendonca.
Reviewed by desrosj, SergeyBiryukov.
Merges [48770] to the 5.5 branch.
Fixes #50884.
Built from https://develop.svn.wordpress.org/branches/5.5@48771


git-svn-id: http://core.svn.wordpress.org/branches/5.5@48533 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2020-08-10 13:25:05 +00:00
parent d5b78890ed
commit d5c3cd0293
2 changed files with 2 additions and 2 deletions

View File

@ -98,7 +98,7 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
<source src="https://s.w.org/images/core/5.5/auto-updates.mp4" type="video/mp4" />
<source src="https://s.w.org/images/core/5.5/auto-updates.webm" type="video/webm" />
</video>
<figcaption id="about-security" class="screen-reader-text"><?php _e( 'Video: Installed plugin screen, which shows a new column, Automatic Updates. In this column are buttons that say "Enable auto-updates." When clicked, the auto-updates feature is turned on for that plugin, and the button switches to say "Disable auto-updates".' ); ?></figcaption>
<figcaption id="about-security" class="screen-reader-text"><?php _e( 'Video: Installed plugin screen, which shows a new column, Automatic Updates. In this column are buttons that say "Enable auto-updates". When clicked, the auto-updates feature is turned on for that plugin, and the button switches to say "Disable auto-updates".' ); ?></figcaption>
</figure>
</div>
</div>

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.5-RC2-48768';
$wp_version = '5.5-RC2-48771';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.