diff options
-rw-r--r-- | UefiPayloadPkg/Library/PlatformBootManagerLib/PlatformBootManager.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/UefiPayloadPkg/Library/PlatformBootManagerLib/PlatformBootManager.c b/UefiPayloadPkg/Library/PlatformBootManagerLib/PlatformBootManager.c index 0eb5773..b360e29 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"
);
}
|