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
117
117
// Unit header comments
118
118
sLicense = ' The unit is copyright © %0:s by %1:s and is licensed under '
119
119
+ ' the %2:s.' ;
120
- sMainDescription = ' This unit was generated automatically and incorporates a '
120
+ sMainDescription = ' This unit was generated automatically. It incorporates a '
121
121
+ ' selection of source code taken from the Code Snippets Database at %0:s.' ;
122
122
sGenerated = ' Generated on : %0:s.' ;
123
123
sGenerator = ' Generated by : %0:s %1:s.' ;
@@ -151,7 +151,7 @@ function TSaveUnitMgr.CreateHeaderComments: IStringList;
151
151
if fContainsMainDBSnippets then
152
152
begin
153
153
// 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 ]));
155
155
Result.Add(' ' );
156
156
DBMetaData := TMainDBMetaDataFactory.MainDBMetaDataInstance;
157
157
Result.Add(
You can’t perform that action at this time.
0 commit comments