diff --git a/Langs/0000.lang b/Langs/0000.lang index e5cbf78b..3d7e279a 100644 --- a/Langs/0000.lang +++ b/Langs/0000.lang @@ -17,7 +17,7 @@ Settings= Check for Updates= Your Windows 11 Compatibility Results Are Below= Now Reach WhyNotWin11 via https://www.whynotwin11.org/= -Results based on currently known requirements! Older Hardware Supported if Data Wiped!= +Results based on currently known requirements!= Translation by= Architecture= Boot Method= diff --git a/Langs/0409.lang b/Langs/0409.lang index 353a232d..dee3aa51 100644 --- a/Langs/0409.lang +++ b/Langs/0409.lang @@ -15,7 +15,7 @@ Settings=Settings Check for Updates=Check for Updates Your Windows 11 Compatibility Results Are Below=Your Windows 11 Compatibility Results Are Below Now Reach WhyNotWin11 via https://www.whynotwin11.org/=Now Reach WhyNotWin11 via https://www.whynotwin11.org/ -Results based on currently known requirements! Older Hardware Supported if Data Wiped!=Results based on currently known requirements! Older Hardware Supported if Data Wiped! +Results based on currently known requirements!=Results based on currently known requirements! Translation by=Translation by Architecture=Architecture Boot Method=Boot Method diff --git a/WhyNotWin11.au3 b/WhyNotWin11.au3 index 37e2a3d5..60cef373 100644 --- a/WhyNotWin11.au3 +++ b/WhyNotWin11.au3 @@ -422,7 +422,7 @@ Func Main(ByRef $aResults, ByRef $aOutput) GUICtrlSetCursor(-1, 0) #ce - GUICtrlCreateLabel("* " & _Translate($iMUI, "Results based on currently known requirements! Older Hardware Supported if Data Wiped!"), 130, 45, 640, 20, $SS_CENTER + $SS_CENTERIMAGE) + GUICtrlCreateLabel("* " & _Translate($iMUI, "Results based on currently known requirements!"), 130, 45, 640, 20, $SS_CENTER + $SS_CENTERIMAGE) GUICtrlSetColor(-1, 0xE20012) GUICtrlSetFont(-1, $aFonts[$FontMedium] * $DPI_RATIO)