From 30c586d94c71b41b708716750f63c908306d8aa4 Mon Sep 17 00:00:00 2001 From: Don Ho Date: Thu, 23 Dec 2021 15:49:48 +0100 Subject: [PATCH] Fix wrong language name in installer --- PowerEditor/installer/nsisInclude/functionList.nsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PowerEditor/installer/nsisInclude/functionList.nsh b/PowerEditor/installer/nsisInclude/functionList.nsh index 05b4fb3fb..23bc4cabd 100644 --- a/PowerEditor/installer/nsisInclude/functionList.nsh +++ b/PowerEditor/installer/nsisInclude/functionList.nsh @@ -83,7 +83,7 @@ SectionGroup "Function List Files" functionListComponent File ".\functionList\python.xml" ${MementoSectionEnd} - ${MementoSection} "Python" Lua_FL + ${MementoSection} "Lua" Lua_FL SetOutPath "$INSTDIR\functionList" File ".\functionList\lua.xml" ${MementoSectionEnd}