IDE: improved 'Compiler Config Target' page localization

git-svn-id: trunk@42611 -
This commit is contained in:
maxim 2013-09-05 12:47:45 +00:00
parent d60351775b
commit 78580f0a9f
2 changed files with 2 additions and 1 deletions

View File

@ -264,7 +264,7 @@ begin
end;
// Target options
grbTargetOptions.Caption := 'Target-specific options';
grbTargetOptions.Caption := dlgTargetSpecificOptions;
chkWin32GraphicApp.Caption := dlgWin32GUIApp + ' (-WG)';
end;

View File

@ -2079,6 +2079,7 @@ resourcestring
dlgPassOptsLinker = 'Pass options to linker with "-k", delimiter is space';
//lisCOTargetOSSpecificOptions = 'Target OS specific options';
dlgWin32GUIApp = 'Win32 gui application';
dlgTargetSpecificOptions = 'Target-specific options';
dlgVerbosity = 'Verbosity during compilation:';
dlgCOShowErr = 'Show errors';
dlgShowWarnings = 'Show warnings';