Add a missing space to license WhatChanged

This commit is contained in:
Michael Ploujnikov
2007-01-21 04:31:55 +00:00
committed by WineHQ
parent 3a5873857b
commit 625a8e2842

View File

@@ -200,7 +200,7 @@ class Version {
$this->sLicense, $this->iVersionId))
return FALSE;
$sWhatChanged .= "License was changed from $oVersion->sLicense to".
$sWhatChanged .= "License was changed from $oVersion->sLicense to ".
"$this->sLicense.\n\n";
}