* grub-core/commands/acpi.c (options): Fix a dot in the middle of the

sentence.
	Reported by: Milo Casagrande.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2012-03-06 15:03:33 +01:00
parent bb51c6c647
commit 4a92934301
2 changed files with 8 additions and 2 deletions

View File

@ -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.

View 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}
};