[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] fix flickering timeout message for slow terminals (gfxterm)
From: |
Jordi Mallach |
Subject: |
Re: [PATCH] fix flickering timeout message for slow terminals (gfxterm) |
Date: |
Mon, 14 Jan 2008 21:32:25 +0100 |
User-agent: |
Mutt/1.5.17 (2007-12-11) |
Hi Robert,
On Mon, Jan 14, 2008 at 03:10:15PM +0100, Robert Millan wrote:
> + char *prelude = " The highlighted entry will be booted automatically
> in";
> + grub_printf ("%s %ds. ", second_stage ? "" : prelude, timeout);
As you feared, this is not nice from a i18n POV. Concatenating strings
like this will make the message untranslatable for a number of
languages.
> - grub_printf ("\
> - The highlighted entry will be booted automatically in %d s. ",
> - timeout);
This one is ok, though.
Jordi
--
Jordi Mallach PĂ©rez -- Debian developer http://www.debian.org/
address@hidden address@hidden http://www.sindominio.net/
GnuPG public key information available at http://oskuro.net/
Re: [PATCH] fix flickering timeout message for slow terminals (gfxterm),
Jordi Mallach <=
- Re: [PATCH] fix flickering timeout message for slow terminals (gfxterm), Robert Millan, 2008/01/14
- Re: [PATCH] fix flickering timeout message for slow terminals (gfxterm), Jordi Mallach, 2008/01/15
- Re: [PATCH] fix flickering timeout message for slow terminals (gfxterm), Marco Gerards, 2008/01/21
- Re: [PATCH] fix flickering timeout message for slow terminals (gfxterm), Pavel Roskin, 2008/01/21
- Re: [PATCH] fix flickering timeout message for slow terminals (gfxterm), Robert Millan, 2008/01/21
- Re: [PATCH] fix flickering timeout message for slow terminals (gfxterm), Marco Gerards, 2008/01/21
- Re: [PATCH] fix flickering timeout message for slow terminals (gfxterm), Robert Millan, 2008/01/21
- Re: [PATCH] fix flickering timeout message for slow terminals (gfxterm), Marco Gerards, 2008/01/21
- Re: [PATCH] fix flickering timeout message for slow terminals (gfxterm), Robert Millan, 2008/01/21