* grub-core/loader/ia64/efi/linux.c (grub_cmd_fpswa): Likewise.
+2012-02-09 Vladimir Serbinenko <phcoder@gmail.com>
+
+ * grub-core/loader/i386/xnu.c (grub_xnu_boot): Fix printf.
+ * grub-core/loader/ia64/efi/linux.c (grub_cmd_fpswa): Likewise.
+
2012-02-09 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/kern/i386/qemu/mmap.c (grub_machine_mmap_init):
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 ();
}
{
query_fpswa ();
if (fpswa == NULL)
- grub_printf (_("No FPSWA found\n"));
+ grub_puts_ (N_("No FPSWA found"));
else
grub_printf (_("FPSWA revision: %x\n"), fpswa->revision);
return GRUB_ERR_NONE;