2007-08-20 Robert Millan <rmh@aybabtu.com>
* normal/menu.c (run_menu): Refer to seconds as "s" not "seconds" (so that it works for both plural and singular quantities).
This commit is contained in:
parent
8b72db2f01
commit
5a0d3cca6d
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2007-08-20 Robert Millan <rmh@aybabtu.com>
|
||||||
|
|
||||||
|
* normal/menu.c (run_menu): Refer to seconds as "s" not "seconds"
|
||||||
|
(so that it works for both plural and singular quantities).
|
||||||
|
|
||||||
2007-08-05 Robert Millan <rmh@aybabtu.com>
|
2007-08-05 Robert Millan <rmh@aybabtu.com>
|
||||||
|
|
||||||
* util/grub.d/10_linux.in (test_gt): Strip out vmlinu[xz]- prefix
|
* util/grub.d/10_linux.in (test_gt): Strip out vmlinu[xz]- prefix
|
||||||
|
|
|
@ -328,7 +328,7 @@ run_menu (grub_menu_t menu, int nested)
|
||||||
/* NOTE: Do not remove the trailing space characters.
|
/* NOTE: Do not remove the trailing space characters.
|
||||||
They are required to clear the line. */
|
They are required to clear the line. */
|
||||||
grub_printf ("\
|
grub_printf ("\
|
||||||
The highlighted entry will be booted automatically in %d seconds. ",
|
The highlighted entry will be booted automatically in %d s. ",
|
||||||
timeout);
|
timeout);
|
||||||
grub_gotoxy (GRUB_TERM_CURSOR_X, GRUB_TERM_FIRST_ENTRY_Y + offset);
|
grub_gotoxy (GRUB_TERM_CURSOR_X, GRUB_TERM_FIRST_ENTRY_Y + offset);
|
||||||
grub_refresh ();
|
grub_refresh ();
|
||||||
|
|
Loading…
Reference in a new issue