浏览代码

Improved wording

All other verbs use are in the form of "doing something", ie Installing, Downloading. "connection" is the odd one out.
Stanislav Khromov 10 年之前
父节点
当前提交
6c35dd6b2d
共有 1 个文件被更改,包括 1 次插入1 次删除
  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')));
         $ctx = StreamContextFactory::getContext($fileUrl, $options, array('notification' => array($this, 'callbackGet')));
 
 
         if ($this->progress) {
         if ($this->progress) {
-            $this->io->writeError("    Downloading: <comment>connection...</comment>", !$this->io->isDecorated());
+            $this->io->writeError("    Downloading: <comment>Connecting...</comment>", !$this->io->isDecorated());
         }
         }
 
 
         $errorMessage = '';
         $errorMessage = '';