mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 00:59:30 +02:00
IDE install packages: removed redudant ':' in package info
git-svn-id: trunk@14107 -
This commit is contained in:
parent
8c92b3ba66
commit
8bfcde41e0
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user