Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Feb 2018 04:50:14 +0000 (UTC)
From:      Kyle Evans <kevans@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r329358 - head/stand/lua
Message-ID:  <201802160450.w1G4oEXI032264@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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"}
 	},



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802160450.w1G4oEXI032264>