mirror of https://github.com/acidanthera/audk.git
UefiPayloadPkg/PlatformBootManagerLib: Correct spacing in boot prompt
Cc: Guo Dong <guo.dong@intel.com> Cc: Ray Ni <ray.ni@intel.com> Cc: Maurice Ma <maurice.ma@intel.com> Cc: Benjamin You <benjamin.you@intel.com> Signed-off-by: Sean Rhodes <sean@starlabs.systems>
This commit is contained in:
parent
0dc9b78a46
commit
d219119721
|
@ -264,7 +264,7 @@ PlatformBootManagerAfterConsole (
|
|||
Print (
|
||||
L"\n"
|
||||
L" Esc or Down to enter Boot Manager Menu.\n"
|
||||
L" ENTER to boot directly.\n"
|
||||
L" ENTER to boot directly.\n"
|
||||
L"\n"
|
||||
);
|
||||
} else {
|
||||
|
|
Loading…
Reference in New Issue