Skip to content

Commit

Permalink
build-installer.iss modified the comments
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhaySingh004 committed Feb 5, 2023
1 parent 0fffc25 commit 6ea92b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/windows/build-installer.iss
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ end;
procedure CurPageChanged(CurPageID: Integer);
begin
; Fixing bug in git Issue #48521
; change button text from "next" to "install" when ReadyPage is disabled.
if CurPageID = wpSelectProgramGroup then
WizardForm.NextButton.Caption := SetupMessage(msgButtonInstall)
else
Expand Down

0 comments on commit 6ea92b4

Please sign in to comment.