diff --git a/ChangeLog b/ChangeLog index 66d243f45..d7f8ba867 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,9 @@ -2012-03-05 Vladimir Serbinenko +2012-03-06 Vladimir Serbinenko + + * grub-core/commands/search_wrap.c (options): Fix wrong copy-paste in + messages. + +2012-03-06 Vladimir Serbinenko * util/grub-fstest.c (options): Remove OPTION_ARG_OPTIONAL from options without argument. diff --git a/grub-core/commands/search_wrap.c b/grub-core/commands/search_wrap.c index 8981972f2..319c690f6 100644 --- a/grub-core/commands/search_wrap.c +++ b/grub-core/commands/search_wrap.c @@ -47,7 +47,7 @@ static const struct grub_arg_option options[] = "If HINT ends in comma, also try subpartitions"), N_("HINT"), ARG_TYPE_STRING}, {"hint-bios", 0, GRUB_ARG_OPTION_REPEATABLE, - N_("First try the device HINT if on currently running BIOS. " + N_("First try the device HINT if currently running on BIOS. " "If HINT ends in comma, also try subpartitions"), N_("HINT"), ARG_TYPE_STRING}, {"hint-baremetal", 0, GRUB_ARG_OPTION_REPEATABLE, @@ -55,11 +55,11 @@ static const struct grub_arg_option options[] = "If HINT ends in comma, also try subpartitions"), N_("HINT"), ARG_TYPE_STRING}, {"hint-efi", 0, GRUB_ARG_OPTION_REPEATABLE, - N_("First try the device HINT if on currently running EFI. " + N_("First try the device HINT if currently running on EFI. " "If HINT ends in comma, also try subpartitions"), N_("HINT"), ARG_TYPE_STRING}, {"hint-arc", 0, GRUB_ARG_OPTION_REPEATABLE, - N_("First try the device HINT if on currently running ARC." + N_("First try the device HINT if currently running on ARC." " If HINT ends in comma, also try subpartitions"), N_("HINT"), ARG_TYPE_STRING}, {0, 0, 0, 0, 0, 0}