Skip to content

Commit 8e740d1

Browse files
author
delphidabbler
committed
Tweak layout of header comments and correct link to Code Snippets Database.
1 parent 0bc1f5a commit 8e740d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Src/USaveUnitMgr.pas

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ implementation
117117
// Unit header comments
118118
sLicense = 'The unit is copyright © %0:s by %1:s and is licensed under '
119119
+ 'the %2:s.';
120-
sMainDescription = 'This unit was generated automatically and incorporates a '
120+
sMainDescription = 'This unit was generated automatically. It incorporates a '
121121
+ 'selection of source code taken from the Code Snippets Database at %0:s.';
122122
sGenerated = 'Generated on : %0:s.';
123123
sGenerator = 'Generated by : %0:s %1:s.';
@@ -151,7 +151,7 @@ function TSaveUnitMgr.CreateHeaderComments: IStringList;
151151
if fContainsMainDBSnippets then
152152
begin
153153
// Result used for units that contain any snippet(s) from main database
154-
Result.Add(Format(sMainDescription, [TURL.CodeSnipRepo]));
154+
Result.Add(Format(sMainDescription, [TURL.CodeSnippetsDBRepo]));
155155
Result.Add('');
156156
DBMetaData := TMainDBMetaDataFactory.MainDBMetaDataInstance;
157157
Result.Add(

0 commit comments

Comments
 (0)