Make WordPress Core

Changeset 45207


Ignore:
Timestamp:
04/15/2019 11:55:52 PM (6 years ago)
Author:
SergeyBiryukov
Message:

I18N: Fix typo in a translator comment.

See #46920.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-wp-automatic-updater.php

    r45204 r45207  
    655655            case 'fail':   // We tried to update but couldn't.
    656656            case 'manual': // We can't update (and made no attempt).
    657                 /* translators: Updated available notification email subject. 1: Site title, 2: WordPress version number. */
     657                /* translators: Update available notification email subject. 1: Site title, 2: WordPress version number. */
    658658                $subject = __( '[%1$s] WordPress %2$s is available. Please update!' );
    659659                break;
Note: See TracChangeset for help on using the changeset viewer.