1
0
Fork 0

Merge pull request #3866 from khromov/patch-1

Improved wording
pull/3868/head
Jordi Boggiano 2015-03-24 00:12:54 +00:00
commit 17baee4e80
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@ class RemoteFilesystem
$ctx = StreamContextFactory::getContext($fileUrl, $options, array('notification' => array($this, 'callbackGet')));
if ($this->progress) {
$this->io->writeError(" Downloading: <comment>connection...</comment>", !$this->io->isDecorated());
$this->io->writeError(" Downloading: <comment>Connecting...</comment>", !$this->io->isDecorated());
}
$errorMessage = '';