]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* grub-core/commands/search_wrap.c (options): Fix wrong copy-paste in
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Tue, 6 Mar 2012 10:59:39 +0000 (11:59 +0100)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Tue, 6 Mar 2012 10:59:39 +0000 (11:59 +0100)
messages.

ChangeLog
grub-core/commands/search_wrap.c

index 66d243f45390dc4d61154c5dd85aa54752ee1277..d7f8ba867c1c2e9b5a900530ceaf015db50c08b8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,9 @@
-2012-03-05  Vladimir Serbinenko  <phcoder@gmail.com>
+2012-03-06  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * grub-core/commands/search_wrap.c (options): Fix wrong copy-paste in
+       messages.
+
+2012-03-06  Vladimir Serbinenko  <phcoder@gmail.com>
 
        * util/grub-fstest.c (options): Remove OPTION_ARG_OPTIONAL from options
        without argument.
index 8981972f2560d0056e3fa232e12fc44b8e046854..319c690f6f29c842def4de5d14a0ef26938f3d81 100644 (file)
@@ -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}