I18N: Fix typo in a translator comment.

See #46920.

git-svn-id: https://develop.svn.wordpress.org/trunk@45207 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2019-04-15 23:55:52 +00:00
parent 80817d3209
commit b66077a1aa

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;