Browse Source

Wording tweaks, refs #2728

Jordi Boggiano 11 years ago
parent
commit
60bf5633ea
1 changed files with 1 additions and 1 deletions
  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;