From 642640a5decb4df15f7804143b3132c289ab5ede Mon Sep 17 00:00:00 2001 From: "Robert C. Maehl" Date: Thu, 7 Jul 2022 09:47:12 -0400 Subject: [PATCH] Add more message details. --- WhyNotWin11.au3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WhyNotWin11.au3 b/WhyNotWin11.au3 index f711d17c..9d17b82a 100644 --- a/WhyNotWin11.au3 +++ b/WhyNotWin11.au3 @@ -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"), _