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:
parent
80817d3209
commit
b66077a1aa
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user