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/
[EMAIL PROTECTED]     [EMAIL PROTECTED]     http://www.sindominio.net/
GnuPG public key information available at http://oskuro.net/


_______________________________________________
Grub-devel mailing list
Grub-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/grub-devel

Reply via email to