1
0
Fork 0

Improved wording

All other verbs use are in the form of "doing something", ie Installing, Downloading. "connection" is the odd one out.
pull/3866/head
Stanislav Khromov 2015-03-23 19:36:16 +01:00
parent ab3622dff1
commit 6c35dd6b2d
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 = '';