1
0
Fork 0

Wording tweaks, refs #2728

pull/2720/merge
Jordi Boggiano 2014-02-20 17:14:42 +01:00
parent 7ac1f1265e
commit 60bf5633ea
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ class SvnDownloader extends VcsDownloader
); );
} }
} else { } 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; return $output;