diff --git a/ChangeLog b/ChangeLog index 29dd54504..1c2410d1f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2012-03-06 Vladimir Serbinenko + + * grub-core/commands/acpi.c (options): Fix a dot in the middle of the + sentence. + Reported by: Milo Casagrande. + 2012-03-06 Vladimir Serbinenko * grub-core/commands/acpi.c: Add TRANSLATORS comments. diff --git a/grub-core/commands/acpi.c b/grub-core/commands/acpi.c index daea0c990..c6be5e1f5 100644 --- a/grub-core/commands/acpi.c +++ b/grub-core/commands/acpi.c @@ -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} };