Make WordPress Core

Changeset 60419


Ignore:
Timestamp:
07/07/2025 04:23:29 PM (7 months ago)
Author:
swissspidy
Message:

I18N: Improve string capitalization in WP_PHPMailer.

See [59592] / #23311.

Props rollybueno.
See #63629.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-phpmailer.php

    r60356 r60419  
    4949            ),
    5050            'connect_host'         => __( 'SMTP Error: Could not connect to SMTP host.' ),
    51             'data_not_accepted'    => __( 'SMTP Error: data not accepted.' ),
     51            'data_not_accepted'    => __( 'SMTP Error: Data not accepted.' ),
    5252            'empty_message'        => __( 'Message body empty' ),
    5353            /* translators: There is a space after the colon. */
Note: See TracChangeset for help on using the changeset viewer.