From 369ae336e2f045795e5daa6505b90c67a9370c7f Mon Sep 17 00:00:00 2001 From: Homes32 Date: Thu, 27 Apr 2023 20:49:30 -0500 Subject: [PATCH] Fixed an incorrect variable reference in Localization.script that caused manually setting the user locale to fail. (#38) --- Projects/PhoenixPE/Tweaks/Localization.script | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Projects/PhoenixPE/Tweaks/Localization.script b/Projects/PhoenixPE/Tweaks/Localization.script index a24368a..3f07679 100644 --- a/Projects/PhoenixPE/Tweaks/Localization.script +++ b/Projects/PhoenixPE/Tweaks/Localization.script @@ -40,8 +40,8 @@ Author=Homes32 Level=4 Selected=True Mandatory=False -Version=1.3.1.0 -Date=2023-01-02 +Version=1.3.2.0 +Date=2023-04-27 [Variables] %DismLog%="%TargetWindows%\Logs\DISM\dism.log" @@ -67,7 +67,7 @@ End Else,Set,%InputLocale2%,%cmb_InputLocale2% // Format Date/Time -StrFormat,POS,%UserLocale%,),%Pos% +StrFormat,POS,%cmb_UserLocale%,),%Pos% If,%Pos%,Bigger,0,Begin StrFormat,LTRIM,%cmb_UserLocale%,1,%UserLocale% Math,Sub,%Pos%,%Pos%,2