mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-10 03:48:27 +02:00
IDE: improved 'Compiler Config Target' page localization
git-svn-id: trunk@42611 -
This commit is contained in:
parent
d60351775b
commit
78580f0a9f
@ -264,7 +264,7 @@ begin
|
||||
end;
|
||||
|
||||
// Target options
|
||||
grbTargetOptions.Caption := 'Target-specific options';
|
||||
grbTargetOptions.Caption := dlgTargetSpecificOptions;
|
||||
chkWin32GraphicApp.Caption := dlgWin32GUIApp + ' (-WG)';
|
||||
end;
|
||||
|
||||
|
@ -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';
|
||||
|
Loading…
Reference in New Issue
Block a user