summaryrefslogtreecommitdiff
path: root/includes/filetransfer
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2010-01-11 16:25:16 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2010-01-11 16:25:16 +0000
commit69ed7f66b8e846e90e1540e36693e518936a23bb (patch)
tree0351153ac1c9224622c6cfb2f999dc90a6d3b1ae /includes/filetransfer
parent3e552053f1fd3ebcc34c2fef4efb50721da749e5 (diff)
downloadbrdo-69ed7f66b8e846e90e1540e36693e518936a23bb.tar.gz
brdo-69ed7f66b8e846e90e1540e36693e518936a23bb.tar.bz2
#546356 by jhodgdon and threexk: Change 'login' verb to 'log in' in user interface.
Diffstat (limited to 'includes/filetransfer')
-rw-r--r--includes/filetransfer/ftp.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/filetransfer/ftp.inc b/includes/filetransfer/ftp.inc
index e3606c291..b6046b2de 100644
--- a/includes/filetransfer/ftp.inc
+++ b/includes/filetransfer/ftp.inc
@@ -115,7 +115,7 @@ class FileTransferFTPExtension extends FileTransferFTP implements FileTransferCh
throw new FileTransferException("Cannot connect to FTP Server, check settings");
}
if (!ftp_login($this->connection, $this->username, $this->password)) {
- throw new FileTransferException("Cannot login to FTP server. Check username and password");
+ throw new FileTransferException("Cannot log in to FTP server. Check username and password");
}
}