* grub-core/loader/i386/xnu.c (grub_xnu_boot): Fix printf.
* grub-core/loader/ia64/efi/linux.c (grub_cmd_fpswa): Likewise.
This commit is contained in:
parent
bebe0dd022
commit
44c6828db4
3 changed files with 7 additions and 2 deletions
|
@ -1001,7 +1001,7 @@ grub_xnu_boot (void)
|
|||
|
||||
if (debug && (grub_strword (debug, "all") || grub_strword (debug, "xnu")))
|
||||
{
|
||||
grub_printf (_("Press any key to launch xnu\n"));
|
||||
grub_puts_ (N_("Press any key to launch xnu"));
|
||||
grub_getkey ();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue