Revision 2d537530 trunk/Pithos.Installer/PithosPlus.iss

b/trunk/Pithos.Installer/PithosPlus.iss
516 516
  ChkBox := TCheckBox.Create(Page);
517 517
  ChkBox.Top := BitmapImage.Height + Memo.Height;
518 518
  ChkBox.Width := Page.SurfaceWidth;
519
  ChkBox.Caption := 'I agree with the licese agreement';
519
  ChkBox.Caption := 'I agree with the above terms';
520 520
  ChkBox.Checked := cbUnChecked;
521 521
  chkBox.OnClick := @LicenseOnClick;
522 522
  ChkBox.Parent := Page.Surface;

Also available in: Unified diff