Make WordPress Core


Ignore:
Timestamp:
06/10/2019 02:13:33 PM (4 years ago)
Author:
SergeyBiryukov
Message:

I18N: Merge duplicate "authenticity could not be verified" strings, fix comma placement on About page.

Props pedromendonca, garrett-eclipse.
Fixes #47475.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/file.php

    r45431 r45515  
    12191219                'signature_verification_unsupported',
    12201220                sprintf(
    1221                     /* translators: 1: The filename of the package. */
    1222                     __( 'The authenticity of %1$s could not be verified as signature verification is unavailable on this system.' ),
     1221                    /* translators: %s: The filename of the package. */
     1222                    __( 'The authenticity of %s could not be verified as signature verification is unavailable on this system.' ),
    12231223                    '<span class="code">' . esc_html( $filename_for_errors ) . '</span>'
    12241224                ),
Note: See TracChangeset for help on using the changeset viewer.