Correct copy-pasteo in lua script language description

This commit is contained in:
Ed Maste 2020-04-01 23:57:16 -04:00
parent 2ede5dccff
commit af1b7d06d9
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ static constexpr OptionEnumValueElement g_script_option_enumeration[] = {
{
eScriptLanguageLua,
"lua",
"Commands are in the Python language.",
"Commands are in the Lua language.",
},
{
eSortOrderByName,