Make WordPress Core

Ticket #47312: 47312.2.diff

File 47312.2.diff, 679 bytes (added by SergeyBiryukov, 6 years ago)
  • src/wp-admin/about.php

     
    5555                                printf(
    5656                                        /* translators: 1: WordPress version number, 2: plural number of bugs. */
    5757                                        _n(
    58                                                 '<strong>Version %1$s</strong> fixed %2$s bug.',
    59                                                 '<strong>Version %1$s</strong> fixed %2$s bugs.',
    60                                                 32
     58                                                '<strong>Version %1$s</strong> addressed %2$s bug.',
     59                                                '<strong>Version %1$s</strong> addressed %2$s bugs.',
     60                                                33
    6161                                        ),
    6262                                        '5.2.1',
    63                                         number_format_i18n( 32 )
     63                                        number_format_i18n( 33 )
    6464                                );
    6565                                ?>
    6666                                <?php