IDE: improved i18n and fixed typos

git-svn-id: trunk@56794 -
This commit is contained in:
maxim 2017-12-19 14:21:11 +00:00
parent f92c4017da
commit 7c0201a68a
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -2395,7 +2395,7 @@ resourcestring
lisCOExecuteAfter = 'Execute after';
lisCOExecuteBefore = 'Execute before';
lisCOCommand = 'Command:';
lisBrowseAndSelectACompiler = 'Browse and select a compiler';
lisBrowseAndSelectACompiler = 'Browse and select a compiler (e.g. ppcx64';
lisCOScanForMessages = 'Scan for messages:';
lisCOScanForFPCMessages = 'Scan for FPC messages';
lisCOScanForMakeMessages = 'Scan for Make messages';
@ -3577,7 +3577,7 @@ resourcestring
lisConflict = 'Conflict';
lisThereIsAlreadyAPackageInTheList = 'There is already a package %s in the list';
lisDownload = 'Download';
lisDonwloadOnlinePackages = 'The following package(s) are not available locally: %s .' + sLineBreak +
lisDonwloadOnlinePackages = 'The following package(s) are not available locally: %s.' + sLineBreak +
'In order to install it, you must download them first. Download now?';
lisNotADesigntimePackage = 'Not a designtime package';
lisThePackageCanNotBeInstalledBecauseItRequiresWhichI = 'The package %s cannot be '