stand/lua: Say "loader prompt" instead of "lua interpreter"
Noting that we're in lualoader is nice, but it's not a difference we raelly need to expose to Fred. Re-word it to match the 4th wording and reduce differences.
This commit is contained in:
parent
1666dfc03e
commit
e908401285
@ -159,7 +159,7 @@ menu.welcome = {
|
||||
{
|
||||
entry_type = "return",
|
||||
name = function()
|
||||
return color.highlight("Esc").."ape to lua interpreter";
|
||||
return color.highlight("Esc").."ape to loader prompt";
|
||||
end,
|
||||
alias = {"\027"}
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user