IDE: impoved compiler interface localization

git-svn-id: trunk@46018 -
This commit is contained in:
maxim 2014-08-06 00:10:50 +00:00
parent d07c9bf876
commit f5440a80dc
2 changed files with 2 additions and 1 deletions

View File

@ -309,7 +309,7 @@ begin
if ConsoleVerbosity>=0 then
DebugLn('[TCompiler.Compile] CmdLine="',CompilerFilename+CmdLine,'"');
Tool:=ExternalToolList.Add('Compile Project');
Tool:=ExternalToolList.Add(lisCompileProject);
Tool.Reference(Self,ClassName);
try
Tool.Data:=TIDEExternalToolData.Create(IDEToolCompileProject,'',AProject.ProjectInfoFile);

View File

@ -3149,6 +3149,7 @@ resourcestring
+'clean with -B';
lisCompilerHintYouCanSetTheCompilerPath = 'Hint: you can set the compiler '
+'path in Tools -> Options-> Files -> Compiler Path';
lisCompileProject = 'Compile Project';
lisCompilerNOTELoadingOldCodetoolsOptionsFile = 'NOTE: loading old '
+'codetools options file: ';
lisCompilerNOTECodetoolsConfigFileNotFoundUsingDefaults = 'NOTE: codetools '