Fix several translatable strings.
Suggested by: D. Prévot.
This commit is contained in:
parent
95cd131ea0
commit
61c8482b20
4 changed files with 10 additions and 4 deletions
|
@ -120,7 +120,7 @@ check_kernel (struct grub_arm64_linux_kernel_header *lh)
|
|||
|
||||
if ((lh->code0 & 0xffff) != GRUB_EFI_PE_MAGIC)
|
||||
return grub_error (GRUB_ERR_NOT_IMPLEMENTED_YET,
|
||||
N_("plain Image kernel not supported - rebuild with CONFIG_(U)EFI_STUB enabled"));
|
||||
N_("plain image kernel not supported - rebuild with CONFIG_(U)EFI_STUB enabled"));
|
||||
|
||||
grub_dprintf ("linux", "UEFI stub kernel:\n");
|
||||
grub_dprintf ("linux", "text_offset = 0x%012llx\n",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue