replaced fpc config file options text

git-svn-id: trunk@6575 -
This commit is contained in:
mattias 2005-01-13 20:46:54 +00:00
parent 1099aa4608
commit d7a61074f1
2 changed files with 3 additions and 3 deletions

View File

@ -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;

View File

@ -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):';