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:
Kyle Evans 2018-02-16 04:50:14 +00:00
parent 1666dfc03e
commit e908401285
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=329358

View File

@ -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"}
},