grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: gettext: normal_menu.c


From: Carles Pina i Estany
Subject: Re: gettext: normal_menu.c
Date: Thu, 3 Dec 2009 23:22:43 +0000
User-agent: Mutt/1.5.20 (2009-06-14)

Hello,

On Nov/29/2009, Carles Pina i Estany wrote:

> +  grub_printf (_("Failed to boot default entries."));
> +  grub_putchar ('\n');

This is the only string that I've spotted that it's "String\n"
other ones are:
"\nString"
"String\n  "

Up to the discussion in the grub_printfnl I would change it to
grub_printfnl(_("Failed to boot default entries.")); or grub_printf
("Failed to boot default entries.");

Any feedback for the rest of the patch?

Thanks,

-- 
Carles Pina i Estany
        http://pinux.info




reply via email to

[Prev in Thread] Current Thread [Next in Thread]