Skip to content

Commit 2deede3

Browse files
committed
I18N: Improve string capitalization in WP_PHPMailer.
See [59592] / #23311. Props rollybueno. See #63629. git-svn-id: https://develop.svn.wordpress.org/trunk@60419 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 7170a0b commit 2deede3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wp-includes/class-wp-phpmailer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public function setLanguage( $langcode = 'en', $lang_path = '' ) {
4848
'php.ini'
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. */
5454
'encoding' => __( 'Unknown encoding: ' ),

0 commit comments

Comments
 (0)