mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-20 06:39:23 +01:00
Converter: fix label text for path. It is used for projects, packages and units.
git-svn-id: trunk@41798 -
This commit is contained in:
parent
5429593781
commit
ae92b35e79
@ -849,7 +849,7 @@ end;
|
||||
|
||||
procedure TConvertSettingsForm.FormCreate(Sender: TObject);
|
||||
begin
|
||||
InputPathLabel.Caption:=lisProjectPath;
|
||||
InputPathLabel.Caption:=lisToFPCPath; // Reuse a string form options page.
|
||||
InputPathListBox.Clear;
|
||||
InputPathListBox.Hint:=lisProjectPathHint;
|
||||
DelphiDefineCheckBox.Caption:=lisAddDelphiDefine;
|
||||
|
||||
@ -551,7 +551,6 @@ resourcestring
|
||||
lisUnitNotFoundInProject = 'A unit not found in project %s';
|
||||
lisUnitsNotFoundInProject = 'Units not found in project %s';
|
||||
lisUnableToConvertLfmToLrsAndWriteLrsFile = 'Unable to convert lfm to lrs and write lrs file.';
|
||||
lisProjectPath = 'Project Path:';
|
||||
lisProjectPathHint = 'Directory where project''s main file must be';
|
||||
lisAddDelphiDefine = 'Add defines simulating Delphi7';
|
||||
lisAddDelphiDefineHint = 'Useful when the code has checks for supported compiler versions';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user