Wording tweaks, refs #2728
parent
7ac1f1265e
commit
60bf5633ea
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue