diff --git a/ChangeLog b/ChangeLog index 071a5b7e5..aca605e32 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2013-12-21 Vladimir Serbinenko + + * util/grub-glue-efi.c: Use "universal binary" rather "fat binary" + in strings. + + Suggested by: David Prévot. + 2013-12-21 Vladimir Serbinenko * include/grub/crypto.h (grub_crypto_xor): Fix cast-align warning. diff --git a/util/grub-glue-efi.c b/util/grub-glue-efi.c index 936e46ba8..f48d34854 100644 --- a/util/grub-glue-efi.c +++ b/util/grub-glue-efi.c @@ -87,7 +87,7 @@ argp_parser (int key, char *arg, struct argp_state *state) static struct argp argp = { options, argp_parser, N_("[OPTIONS]"), - N_("Glue 32-bit and 64-bit binary into Apple fat one."), + N_("Glue 32-bit and 64-bit binary into Apple universal one."), NULL, NULL, NULL };