Skip to content

Commit

Permalink
Merge pull request #315 from DHancock/dev
Browse files Browse the repository at this point in the history
Update uninstall text
  • Loading branch information
DHancock authored Apr 3, 2024
2 parents 61720f7 + 7a62947 commit 3dec7b1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions SudokuSolver/Installer/inno_script.iss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
; This script assumes that all release configurations have been published
; and they are WinAppSdk and .Net framework are self contained.
; and the WinAppSdk and .Net framework are self contained.
; Inno 6.2.2

#define appDisplayName "Sudoku Solver"
Expand Down Expand Up @@ -156,8 +156,8 @@ begin
PageText.ShowAccelChar := False;
PageText.WordWrap := True;
PageText.Caption := 'Uninstall has detected that {#appDisplayName} is running. ' + NewLine + NewLine +
'Please close all {#appDisplayName} windows before continuing. ' + NewLine + NewLine +
'If you continue without closing, {#appDisplayName} will be terminated ' +
'Please save all changes before continuing. ' + NewLine + NewLine +
'If you continue without saving, {#appDisplayName} will be terminated ' +
'and any unsaved changes will be lost.'
Expand Down

0 comments on commit 3dec7b1

Please sign in to comment.