[Midnightbsd-cvs] src [11809] trunk/sys/boot/forth/menu.4th: fix menu text
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Wed Jul 11 23:34:36 EDT 2018
Revision: 11809
http://svnweb.midnightbsd.org/src/?rev=11809
Author: laffer1
Date: 2018-07-11 23:34:35 -0400 (Wed, 11 Jul 2018)
Log Message:
-----------
fix menu text
Modified Paths:
--------------
trunk/sys/boot/forth/menu.4th
Modified: trunk/sys/boot/forth/menu.4th
===================================================================
--- trunk/sys/boot/forth/menu.4th 2018-07-12 03:32:42 UTC (rev 11808)
+++ trunk/sys/boot/forth/menu.4th 2018-07-12 03:34:35 UTC (rev 11809)
@@ -471,7 +471,7 @@
\ Print the frame caption at (x,y)
s" loader_menu_title" getenv dup -1 = if
- drop s" Welcome to FreeBSD"
+ drop s" Welcome to MidnightBSD"
then
TRUE ( use default alignment )
s" loader_menu_title_align" getenv dup -1 <> if
More information about the Midnightbsd-cvs
mailing list