From 6c35dd6b2da1acb1e593482be294880e4d747388 Mon Sep 17 00:00:00 2001 From: Stanislav Khromov Date: Mon, 23 Mar 2015 19:36:16 +0100 Subject: [PATCH] Improved wording All other verbs use are in the form of "doing something", ie Installing, Downloading. "connection" is the odd one out. --- src/Composer/Util/RemoteFilesystem.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Composer/Util/RemoteFilesystem.php b/src/Composer/Util/RemoteFilesystem.php index ce22ec136..4aeae4e05 100644 --- a/src/Composer/Util/RemoteFilesystem.php +++ b/src/Composer/Util/RemoteFilesystem.php @@ -158,7 +158,7 @@ class RemoteFilesystem $ctx = StreamContextFactory::getContext($fileUrl, $options, array('notification' => array($this, 'callbackGet'))); if ($this->progress) { - $this->io->writeError(" Downloading: connection...", !$this->io->isDecorated()); + $this->io->writeError(" Downloading: Connecting...", !$this->io->isDecorated()); } $errorMessage = '';