Make WordPress Core


Ignore:
Timestamp:
05/09/2019 07:47:28 PM (6 years ago)
Author:
desrosj
Message:

I18N: Combine similar strings with minor differences.

Props dimadin.
Fixes #47158.

File:
1 edited

Legend:

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

    r45266 r45298  
    11881188            'signature_verification_unsupported',
    11891189            sprintf(
    1190                 /* translators: 1: The filename of the package. */
    1191                 __( 'The authenticity of %1$s could not be verified as signature verification is unavailable on this system.' ),
     1190                /* translators: %s: The filename of the package. */
     1191                __( 'The authenticity of %s could not be verified as signature verification is unavailable on this system.' ),
    11921192                '<span class="code">' . esc_html( $filename_for_errors ) . '</span>'
    11931193            ),
Note: See TracChangeset for help on using the changeset viewer.