I18N: Add translator comments for strings in wp-admin/includes/class-wp-filesystem-ftpext.php.

See #34684.

git-svn-id: https://develop.svn.wordpress.org/trunk@35663 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov
2015-11-18 17:21:37 +00:00
parent 9f4eb39412
commit 7bde9d176b
2 changed files with 14 additions and 4 deletions
@@ -117,7 +117,7 @@ class WP_Filesystem_SSH2 extends WP_Filesystem_Base {
$this->errors->add( 'connect',
/* translators: %s: hostname:port */
sprintf( __( 'Failed to connect to SSH2 Server %s' ),
$this->options['hostname'].':'.$this->options['port']
$this->options['hostname'] . ':' . $this->options['port']
)
);
return false;