I18N: Fix typo in a translator comment.

See #46920.
Built from https://develop.svn.wordpress.org/trunk@45207


git-svn-id: http://core.svn.wordpress.org/trunk@45016 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2019-04-15 23:56:52 +00:00
parent 7af011a5f0
commit 6efa2cd724
2 changed files with 2 additions and 2 deletions

View File

@ -654,7 +654,7 @@ class WP_Automatic_Updater {
case 'fail': // We tried to update but couldn't.
case 'manual': // We can't update (and made no attempt).
/* translators: Updated available notification email subject. 1: Site title, 2: WordPress version number. */
/* translators: Update available notification email subject. 1: Site title, 2: WordPress version number. */
$subject = __( '[%1$s] WordPress %2$s is available. Please update!' );
break;

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.2-beta3-45206';
$wp_version = '5.2-beta3-45207';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.