File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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(
You can’t perform that action at this time.
0 commit comments