]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
2009-12-20 Robert Millan <rmh.grub@aybabtu.com>
authorRobert Millan <rmh@aybabtu.com>
Wed, 20 Jan 2010 02:50:36 +0000 (02:50 +0000)
committerRobert Millan <rmh@aybabtu.com>
Wed, 20 Jan 2010 02:50:36 +0000 (02:50 +0000)
* normal/menu.c (notify_execution_failure): Clarify error message.

ChangeLog
normal/menu.c

index bac4c317a9ea7d6c9c5809d2c25139979b63da77..3fac1bd6aa0911aff16e59bb50b1b3448350f675 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-12-20  Robert Millan  <rmh.grub@aybabtu.com>
+
+       * normal/menu.c (notify_execution_failure): Clarify error message.
+
 2009-12-20  Robert Millan  <rmh.grub@aybabtu.com>
 
        * commands/loadenv.c (check_blocklists): Use `grub_err_t' as
index 17730eff3e447023abba60337041c3ee123506a5..5e79d9405cbb16fd006a7c6477eeed6d1f5d81bd 100644 (file)
@@ -1,7 +1,7 @@
 /* menu.c - General supporting functionality for menus.  */
 /*
  *  GRUB  --  GRand Unified Bootloader
- *  Copyright (C) 2003,2004,2005,2006,2007,2008,2009  Free Software Foundation, Inc.
+ *  Copyright (C) 2003,2004,2005,2006,2007,2008,2009,2010  Free Software Foundation, Inc.
  *
  *  GRUB is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
@@ -519,7 +519,7 @@ notify_execution_failure (void *userdata __attribute__((unused)))
       grub_errno = GRUB_ERR_NONE;
     }
   grub_printf ("\n  ");
-  grub_printf_ (N_("Failed to boot default entries.\n"));
+  grub_printf_ (N_("Failed to boot both default and fallback entries.\n"));
   grub_wait_after_message ();
 }