mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-21 22:39:30 +02:00
Converter: make Target texts more readable.
git-svn-id: trunk@26124 -
This commit is contained in:
parent
4db2a4b227
commit
b44b289a90
@ -91,9 +91,9 @@ object ConvertSettingsForm: TConvertSettingsForm
|
||||
ClientWidth = 268
|
||||
ItemIndex = 0
|
||||
Items.Strings = (
|
||||
'Lazarus/LCL'
|
||||
'Lazarus/LCL for Windows only'
|
||||
'Both Lazarus/LCL and Delphi'
|
||||
'Lazarus / LCL'
|
||||
'Lazarus / LCL for Windows only'
|
||||
'Both Lazarus / LCL and Delphi'
|
||||
)
|
||||
OnClick = TargetRadioGroupClick
|
||||
ParentShowHint = False
|
||||
|
@ -460,9 +460,9 @@ resourcestring
|
||||
lisBackupChangedFiles = 'Make backup of changed files';
|
||||
lisBackupHint = 'Creates a Backup directory under project directory';
|
||||
lisStartConversion = 'Start Conversion';
|
||||
lisConvertTarget1 = 'Lazarus/LCL';
|
||||
lisConvertTarget2 = 'Lazarus/LCL for Windows only';
|
||||
lisConvertTarget3 = 'Both Lazarus/LCL and Delphi';
|
||||
lisConvertTarget1 = 'Lazarus / LCL';
|
||||
lisConvertTarget2 = 'Lazarus / LCL for Windows only';
|
||||
lisConvertTarget3 = 'Both Lazarus / LCL and Delphi';
|
||||
lisConvertTargetHint = 'Converter adds conditional compilation to support different targets';
|
||||
lisConvUseSameDFM = 'Lazarus uses the same DFM form file as Delphi';
|
||||
lisConvUseSameDFMHint = 'Separate form files allow different properties';
|
||||
|
Loading…
Reference in New Issue
Block a user