Converter: fix label text for path. It is used for projects, packages and units.

git-svn-id: trunk@41798 -
This commit is contained in:
juha 2013-06-22 13:30:34 +00:00
parent 5429593781
commit ae92b35e79
2 changed files with 1 additions and 2 deletions

View File

@ -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;

View File

@ -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';