svn commit: r329358 - head/stand/lua

Kyle Evans kevans at FreeBSD.org
Fri Feb 16 04:50:15 UTC 2018


Author: kevans
Date: Fri Feb 16 04:50:14 2018
New Revision: 329358
URL: https://svnweb.freebsd.org/changeset/base/329358

Log:
  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.

Modified:
  head/stand/lua/menu.lua

Modified: head/stand/lua/menu.lua
==============================================================================
--- head/stand/lua/menu.lua	Fri Feb 16 04:45:53 2018	(r329357)
+++ head/stand/lua/menu.lua	Fri Feb 16 04:50:14 2018	(r329358)
@@ -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"}
 	},


More information about the svn-src-head mailing list