Add missing spaces.

git-svn-id: https://develop.svn.wordpress.org/trunk@15099 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2010-06-01 21:57:26 +00:00
parent 3c50fb2f00
commit fb0187a5a0
1 changed files with 3 additions and 1 deletions

View File

@ -966,11 +966,13 @@ jQuery(function($){
<h2><?php _e('Connection Information') ?></h2>
<p><?php
_e('To perform the requested action, WordPress needs to access to your web server.');
echo ' ';
if ( ( isset( $types['ftp'] ) || isset( $types['ftps'] ) ) ) {
if ( isset( $types['ssh'] ) )
_e('Please enter your FTP or SSH credentials to proceed.');
else
_e('Please enter your FTP credentials to proceed.');
echo ' ';
}
_e('If you do not remember your credentials, you should contact your web host.');
?></p>
@ -1034,4 +1036,4 @@ foreach ( (array) $extra_fields as $field ) {
return false;
}
?>
?>