Quellcode durchsuchen

Merge pull request #3866 from khromov/patch-1

Improved wording
Jordi Boggiano vor 10 Jahren
Ursprung
Commit
17baee4e80
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      src/Composer/Util/RemoteFilesystem.php

+ 1 - 1
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: <comment>connection...</comment>", !$this->io->isDecorated());
+            $this->io->writeError("    Downloading: <comment>Connecting...</comment>", !$this->io->isDecorated());
         }
 
         $errorMessage = '';