gitdiff 433 B

1234567891011121314
  1. diff --git a/grub-core/normal/main.c b/grub-core/normal/main.c
  2. index 3a926fc..6d48c6a 100644
  3. --- a/grub-core/normal/main.c
  4. +++ b/grub-core/normal/main.c
  5. @@ -208,7 +208,7 @@ grub_normal_init_page (struct grub_term_output *term,
  6. grub_term_cls (term);
  7. - msg_formatted = grub_xasprintf (_("GNU GRUB version %s"), PACKAGE_VERSION);
  8. + msg_formatted = grub_xasprintf("FREE AS IN FREEDOM");
  9. if (!msg_formatted)
  10. return;