mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-27 14:20:38 +02:00
replaced fpc config file options text
git-svn-id: trunk@6575 -
This commit is contained in:
parent
1099aa4608
commit
d7a61074f1
@ -2010,7 +2010,7 @@ begin
|
||||
with chkConfigFile do
|
||||
begin
|
||||
Parent := grpConfigFile;
|
||||
Caption := dlgUseFpcCfg+' (none, not is -n)';
|
||||
Caption := dlgUseFpcCfg+' (If not checked: -n)';
|
||||
Top := 6;
|
||||
Left := 8;
|
||||
Width := 330;
|
||||
|
@ -954,8 +954,8 @@ resourcestring
|
||||
dlgWriteFPCLogo = 'Write an FPC Logo';
|
||||
dlgHintsUnused = 'Show Hints for unused units in main source';
|
||||
dlgConfigFiles = 'Config Files:';
|
||||
dlgUseFpcCfg = 'Use Compiler Config File (fpc.cfg)';
|
||||
dlgUseCustomConfig = 'Use custom Compiler Config File';
|
||||
dlgUseFpcCfg = 'Use standard Compiler Config File (fpc.cfg)';
|
||||
dlgUseCustomConfig = 'Use addional Compiler Config File';
|
||||
lisCustomOptions2 = 'Custom options';
|
||||
dlgStopAfterNrErr = 'Stop after number of errors:';
|
||||
dlgOtherUnitFiles = 'Other Unit Files (-Fu) (Delimiter is semicolon):';
|
||||
|
Loading…
Reference in New Issue
Block a user