mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-10 19:02:32 +02:00
IDE: package file: use english header to avoid svn updates
git-svn-id: trunk@26650 -
This commit is contained in:
parent
f3b5dbe139
commit
ceb7ec1a37
@ -3542,10 +3542,6 @@ resourcestring
|
||||
lisPkgMangPackageHasNoValidOutputDirectory = 'Package %s%s%s has no valid '
|
||||
+'output directory:%s%s%s%s';
|
||||
lisPkgMangpackageMainSourceFile = 'package main source file';
|
||||
lisPkgMangThisFileWasAutomaticallyCreatedByLazarusDoNotEdit = 'This file '
|
||||
+'was automatically created by Lazarus. Do not edit!';
|
||||
lisPkgMangThisSourceIsOnlyUsedToCompileAndInstallThePackage = 'This source '
|
||||
+'is only used to compile and install the package.';
|
||||
lisPkgMangRenameFileInPackage = 'Rename file in package?';
|
||||
lisPkgMangThePackageOwnsTheFileShouldTheFileBeRenamed = 'The package %s '
|
||||
+'owns the file%s%s%s%s.%sShould the file be renamed in the package as '
|
||||
|
@ -3787,9 +3787,9 @@ begin
|
||||
|
||||
// create source
|
||||
BeautifyCodeOptions:=CodeToolBoss.SourceChangeCache.BeautifyCodeOptions;
|
||||
HeaderSrc:= '{ '
|
||||
+lisPkgMangThisFileWasAutomaticallyCreatedByLazarusDoNotEdit+e
|
||||
+' '+lisPkgMangThisSourceIsOnlyUsedToCompileAndInstallThePackage+e
|
||||
// keep in english to avoid svn updates
|
||||
HeaderSrc:= '{ This file was automatically created by Lazarus. Do not edit!'+e
|
||||
+' This source is only used to compile and install the package.'+e
|
||||
+' }'+e+e;
|
||||
// leave the unit case the same as the package name (e.g: package name LazReport, unit name lazreport)
|
||||
PkgUnitName := ExtractFileNameOnly(SrcFilename);
|
||||
|
Loading…
Reference in New Issue
Block a user