IDE: added resourcestring

git-svn-id: trunk@56763 -
This commit is contained in:
mattias 2017-12-17 11:44:08 +00:00
parent c03b941642
commit 3011be98c3
3 changed files with 3 additions and 2 deletions

View File

@ -275,7 +275,7 @@ begin
chkCompilerRun.Checked := True;
lblCompiler.Caption := lisCOCommand;
cobCompiler.Text := '';
BrowseCompilerButton.Hint:='Browse and select a compiler (e.g. ppcx64'+ExeExt+')';
BrowseCompilerButton.Hint:=lisBrowseAndSelectACompiler+' (e.g. ppcx64'+ExeExt+')';
ExecuteAfterGroupBox.Caption := lisCOExecuteAfter;
chkExecAfterBuild.Caption := lisBuildStage;

View File

@ -2395,6 +2395,7 @@ resourcestring
lisCOExecuteAfter = 'Execute after';
lisCOExecuteBefore = 'Execute before';
lisCOCommand = 'Command:';
lisBrowseAndSelectACompiler = 'Browse and select a compiler';
lisCOScanForMessages = 'Scan for messages:';
lisCOScanForFPCMessages = 'Scan for FPC messages';
lisCOScanForMakeMessages = 'Scan for Make messages';

View File

@ -19,7 +19,7 @@
***************************************************************************
Abstract:
ToDo...
Show a window before the LCL is initialized.
}
unit raw_window;