+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.
{"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}
};