diff --git a/UefiPayloadPkg/Library/PlatformBootManagerLib/PlatformBootManager.c b/UefiPayloadPkg/Library/PlatformBootManagerLib/PlatformBootManager.c index 0eb577313a..b360e29dfe 100644 --- a/UefiPayloadPkg/Library/PlatformBootManagerLib/PlatformBootManager.c +++ b/UefiPayloadPkg/Library/PlatformBootManagerLib/PlatformBootManager.c @@ -263,15 +263,15 @@ PlatformBootManagerAfterConsole ( if (FixedPcdGetBool (PcdBootManagerEscape)) { Print ( L"\n" - L"Esc or Down to enter Boot Manager Menu.\n" - L"ENTER to boot directly.\n" + L" Esc or Down to enter Boot Manager Menu.\n" + L" ENTER to boot directly.\n" L"\n" ); } else { Print ( L"\n" - L"F2 or Down to enter Boot Manager Menu.\n" - L"ENTER to boot directly.\n" + L" F2 or Down to enter Boot Manager Menu.\n" + L" ENTER to boot directly.\n" L"\n" ); }