mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-22 08:09:37 +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);
|
procedure TConvertSettingsForm.FormCreate(Sender: TObject);
|
||||||
begin
|
begin
|
||||||
InputPathLabel.Caption:=lisProjectPath;
|
InputPathLabel.Caption:=lisToFPCPath; // Reuse a string form options page.
|
||||||
InputPathListBox.Clear;
|
InputPathListBox.Clear;
|
||||||
InputPathListBox.Hint:=lisProjectPathHint;
|
InputPathListBox.Hint:=lisProjectPathHint;
|
||||||
DelphiDefineCheckBox.Caption:=lisAddDelphiDefine;
|
DelphiDefineCheckBox.Caption:=lisAddDelphiDefine;
|
||||||
|
|||||||
@ -551,7 +551,6 @@ resourcestring
|
|||||||
lisUnitNotFoundInProject = 'A unit not found in project %s';
|
lisUnitNotFoundInProject = 'A unit not found in project %s';
|
||||||
lisUnitsNotFoundInProject = 'Units not found in project %s';
|
lisUnitsNotFoundInProject = 'Units not found in project %s';
|
||||||
lisUnableToConvertLfmToLrsAndWriteLrsFile = 'Unable to convert lfm to lrs and write lrs file.';
|
lisUnableToConvertLfmToLrsAndWriteLrsFile = 'Unable to convert lfm to lrs and write lrs file.';
|
||||||
lisProjectPath = 'Project Path:';
|
|
||||||
lisProjectPathHint = 'Directory where project''s main file must be';
|
lisProjectPathHint = 'Directory where project''s main file must be';
|
||||||
lisAddDelphiDefine = 'Add defines simulating Delphi7';
|
lisAddDelphiDefine = 'Add defines simulating Delphi7';
|
||||||
lisAddDelphiDefineHint = 'Useful when the code has checks for supported compiler versions';
|
lisAddDelphiDefineHint = 'Useful when the code has checks for supported compiler versions';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user