From 5a0d3cca6de66d76ac1de9abd91292d3f0d6fded Mon Sep 17 00:00:00 2001 From: robertmh Date: Mon, 20 Aug 2007 14:35:20 +0000 Subject: [PATCH] 2007-08-20 Robert Millan * normal/menu.c (run_menu): Refer to seconds as "s" not "seconds" (so that it works for both plural and singular quantities). --- ChangeLog | 5 +++++ normal/menu.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 2a39982b0..8f9ea8ce1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-08-20 Robert Millan + + * 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 * util/grub.d/10_linux.in (test_gt): Strip out vmlinu[xz]- prefix diff --git a/normal/menu.c b/normal/menu.c index 82c00fcbc..469b3db79 100644 --- a/normal/menu.c +++ b/normal/menu.c @@ -328,7 +328,7 @@ run_menu (grub_menu_t menu, int nested) /* NOTE: Do not remove the trailing space characters. They are required to clear the line. */ grub_printf ("\ - The highlighted entry will be booted automatically in %d seconds. ", + The highlighted entry will be booted automatically in %d s. ", timeout); grub_gotoxy (GRUB_TERM_CURSOR_X, GRUB_TERM_FIRST_ENTRY_Y + offset); grub_refresh ();