Skip to content

Commit 3ea0d58

Browse files
committed
I18N: Improve translatable string in WP_PHPMailer.
See [59592] / #23311. Props GaryJ. See #63629. git-svn-id: https://develop.svn.wordpress.org/trunk@60356 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 27233a0 commit 3ea0d58

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
@@ -67,7 +67,7 @@ public function setLanguage( $langcode = 'en', $lang_path = '' ) {
6767
'invalid_address' => __( 'Invalid address: ' ),
6868
'invalid_header' => __( 'Invalid header name or value' ),
6969
/* translators: There is a space after the colon. */
70-
'invalid_hostentry' => __( 'Invalid hostentry: ' ),
70+
'invalid_hostentry' => __( 'Invalid host entry: ' ),
7171
/* translators: There is a space after the colon. */
7272
'invalid_host' => __( 'Invalid host: ' ),
7373
/* translators: There is a space at the beginning. */

0 commit comments

Comments
 (0)