Skip to content

Commit

Permalink
Add more message details.
Browse files Browse the repository at this point in the history
  • Loading branch information
rcmaehl committed Jul 7, 2022
1 parent 08e8bb8 commit 642640a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WhyNotWin11.au3
Original file line number Diff line number Diff line change
Expand Up @@ -1036,7 +1036,7 @@ Func Main(ByRef $aResults, ByRef $aExtended, ByRef $aOutput)
If Not RunCheckValidation($aResults, $aExtended) Then
MsgBox($MB_OK+$MB_ICONWARNING+$MB_TOPMOST+$MB_SETFOREGROUND, _
_Translate($aMUI[1], "Supported"), _
_Translate($aMUI[1], "Your Computer is ready for Windows 11 and its updates, but Windows Update may believe it is not."))
_Translate($aMUI[1], "Your Computer is ready for Windows 11 and its updates, but Windows Update may believe the items marked in Yellow are not. You can fix this using the Windows Installation Assistant."))
Else
MsgBox($MB_OK+$MB_ICONINFORMATION+$MB_TOPMOST+$MB_SETFOREGROUND, _
_Translate($aMUI[1], "Supported"), _
Expand Down

0 comments on commit 642640a

Please sign in to comment.