grub-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] fix flickering timeout message for slow terminals (gfxterm)


From: Marco Gerards
Subject: Re: [PATCH] fix flickering timeout message for slow terminals (gfxterm)
Date: Mon, 21 Jan 2008 11:33:17 +0100
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux)

Jordi Mallach <address@hidden> writes:

> On Tue, Jan 15, 2008 at 12:18:55AM +0100, Robert Millan wrote:
>> Is this better?
>> +      char *msg = "   The highlighted entry will be booted automatically in 
>> %ds.    ";
>> +      char *msg_end = grub_strchr (msg, '%');
>> +
>> +      grub_printf (second_stage ? msg_end : msg, timeout);
>
> Yes; however as discussed on IRC we'll eventually have to take into
> account plural form handling. I need to discuss this with Danilo Segan
> or Christian Perrier for this particular case.

Is gettext capable of this?

--
Marco





reply via email to

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