Преглед изворни кода

Wording tweaks, refs #2728

Jordi Boggiano пре 11 година
родитељ
комит
60bf5633ea
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/Composer/Downloader/SvnDownloader.php

+ 1 - 1
src/Composer/Downloader/SvnDownloader.php

@@ -159,7 +159,7 @@ class SvnDownloader extends VcsDownloader
                 );
             }
         } else {
-            $output = "Couldn't retrieve changes with reference $fromReference:$toReference";
+            $output = "Could not retrieve changes between $fromReference and $toReference due to missing revision information";
         }
 
         return $output;