* grub-core/commands/i386/pc/sendkey.c (GRUB_MOD_INIT): Fix confusing
message. * util/grub-install.in: Fix anf gettextize error message.
This commit is contained in:
parent
fae01f6cfb
commit
5fd1c522d4
3 changed files with 11 additions and 2 deletions
|
@ -373,7 +373,7 @@ GRUB_MOD_INIT (sendkey)
|
|||
N_("[KEYSTROKE1] [KEYSTROKE2] ..."),
|
||||
/* TRANSLATORS: It can emulate multiple
|
||||
keypresses. */
|
||||
N_("Emulate a keystroke"), options);
|
||||
N_("Emulate a keystroke sequence"), options);
|
||||
|
||||
preboot_hook
|
||||
= grub_loader_register_preboot_hook (grub_sendkey_preboot,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue