* grub-core/commands/acpi.c (options): Fix a dot in the middle of the
sentence. Reported by: Milo Casagrande.
This commit is contained in:
parent
bb51c6c647
commit
4a92934301
2 changed files with 8 additions and 2 deletions
|
@ -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>
|
2012-03-06 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
* grub-core/commands/acpi.c: Add TRANSLATORS comments.
|
* grub-core/commands/acpi.c: Add TRANSLATORS comments.
|
||||||
|
|
|
@ -55,8 +55,8 @@ static const struct grub_arg_option options[] = {
|
||||||
{"oemtablecreatorrev", 'd', 0,
|
{"oemtablecreatorrev", 'd', 0,
|
||||||
N_("Set creator revision of RSDP, XSDT and RSDT."), 0, ARG_TYPE_INT},
|
N_("Set creator revision of RSDP, XSDT and RSDT."), 0, ARG_TYPE_INT},
|
||||||
/* TRANSLATORS: "hangs" here is a noun, not a verb. */
|
/* 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."
|
{"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."),
|
"BIOSes but makes it ineffective with OS not receiving RSDP from GRUB."),
|
||||||
0, ARG_TYPE_NONE},
|
0, ARG_TYPE_NONE},
|
||||||
{0, 0, 0, 0, 0, 0}
|
{0, 0, 0, 0, 0, 0}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue