]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* grub-core/commands/acpi.c (options): Fix a dot in the middle of the
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Tue, 6 Mar 2012 14:03:33 +0000 (15:03 +0100)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Tue, 6 Mar 2012 14:03:33 +0000 (15:03 +0100)
sentence.
Reported by: Milo Casagrande.

ChangeLog
grub-core/commands/acpi.c

index 29dd54504cbaf58f28cbd5756593f46203d9c388..1c2410d1f07e20bf4037d69fee1dca2e37f791d0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2012-03-06  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * grub-core/commands/acpi.c (options): Fix a dot in the middle of the
+       sentence.
+       Reported by: Milo Casagrande.
+
 2012-03-06  Vladimir Serbinenko  <phcoder@gmail.com>
 
        * grub-core/commands/acpi.c: Add TRANSLATORS comments.
index daea0c9905f1bc125c5f4bc0de694129f944a618..c6be5e1f5cc9b3fb37db9c558e59a5861cd70127 100644 (file)
@@ -55,8 +55,8 @@ static const struct grub_arg_option options[] = {
   {"oemtablecreatorrev", 'd', 0,
    N_("Set creator revision of RSDP, XSDT and RSDT."), 0, ARG_TYPE_INT},
   /* TRANSLATORS: "hangs" here is a noun, not a verb.  */
-  {"no-ebda", 'e', 0, N_("Don't update EBDA. May fix failures or hangs on some."
-   " BIOSes but makes it ineffective with OS not receiving RSDP from GRUB."),
+  {"no-ebda", 'e', 0, N_("Don't update EBDA. May fix failures or hangs on some "
+   "BIOSes but makes it ineffective with OS not receiving RSDP from GRUB."),
    0, ARG_TYPE_NONE},
   {0, 0, 0, 0, 0, 0}
 };