Clarify several translatable messages.
This commit is contained in:
parent
496a6b3024
commit
065adc346c
4 changed files with 7 additions and 3 deletions
|
@ -56,7 +56,7 @@ GRUB_MOD_INIT(boottime)
|
|||
{
|
||||
cmd_boottime =
|
||||
grub_register_command ("boottime", grub_cmd_boottime,
|
||||
0, N_("Get boot time statistics."));
|
||||
0, N_("Show boot time statistics."));
|
||||
}
|
||||
|
||||
GRUB_MOD_FINI(boottime)
|
||||
|
|
|
@ -109,7 +109,7 @@ GRUB_MOD_INIT(cbtime)
|
|||
{
|
||||
cmd_boottime =
|
||||
grub_register_command ("coreboot_boottime", grub_cmd_coreboot_boottime,
|
||||
0, N_("Get coreboot boot time statistics."));
|
||||
0, N_("Show coreboot boot time statistics."));
|
||||
}
|
||||
|
||||
GRUB_MOD_FINI(cbtime)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue