From 71ee49de3eba0639d13a5861803f1cf031f376df Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Sat, 9 Jan 2010 23:03:22 +0000 Subject: #679890 follow-up by Bojhan, aspilicious, and agentrickard: Remove more extraneous 'Please' in the interface. --- includes/filetransfer/ftp.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'includes/filetransfer') diff --git a/includes/filetransfer/ftp.inc b/includes/filetransfer/ftp.inc index d392e16cb..e3606c291 100644 --- a/includes/filetransfer/ftp.inc +++ b/includes/filetransfer/ftp.inc @@ -112,10 +112,10 @@ class FileTransferFTPExtension extends FileTransferFTP implements FileTransferCh $this->connection = ftp_connect($this->hostname, $this->port); if (!$this->connection) { - throw new FileTransferException("Cannot connect to FTP Server, please check settings"); + 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, please check username and password"); + throw new FileTransferException("Cannot login to FTP server. Check username and password"); } } -- cgit v1.2.3