* grub-core/commands/acpi.c: Add TRANSLATORS comments.
* grub-core/commands/gptsync.c: Likewise. * grub-core/commands/hashsum.c: Likewise. * grub-core/commands/i386/pc/sendkey.c: Likewise. * grub-core/commands/legacycfg.c: Likewise. * grub-core/io/gzio.c: Likewise. * grub-core/net/net.c: Likewise. * grub-core/term/gfxterm.c: Likewise. * grub-core/term/terminfo.c: Likewise. * grub-core/tests/test_blockarg.c: Likewise. * grub-core/video/video.c: Likewise. * util/grub-install.in: Likewise. * util/grub-mkfont.c: Likewise.
This commit is contained in:
parent
b2b149cbbd
commit
bb51c6c647
14 changed files with 57 additions and 3 deletions
|
@ -371,6 +371,8 @@ GRUB_MOD_INIT (sendkey)
|
|||
{
|
||||
cmd = grub_register_extcmd ("sendkey", grub_cmd_sendkey, 0,
|
||||
N_("[KEYSTROKE1] [KEYSTROKE2] ..."),
|
||||
/* TRANSLATORS: It can emulate multiple
|
||||
keypresses. */
|
||||
N_("Emulate a keystroke"), options);
|
||||
|
||||
preboot_hook
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue