IDE install packages: removed redudant ':' in package info

git-svn-id: trunk@14107 -
This commit is contained in:
tombo 2008-02-12 10:00:54 +00:00
parent 8c92b3ba66
commit 8bfcde41e0

View File

@ -548,7 +548,7 @@ begin
end;
end;
if Author<>'' then
PkgInfoMemo.Lines.Add(lisPckOptsAuthor + ': ' + Author);
PkgInfoMemo.Lines.Add(lisPckOptsAuthor + ' ' + Author);
if Description<>'' then
PkgInfoMemo.Lines.Add(lisPckOptsDescriptionAbstract
+ ': ' + Description);