* 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:
Vladimir 'phcoder' Serbinenko 2012-03-09 00:56:22 +01:00
parent fae01f6cfb
commit 5fd1c522d4
3 changed files with 11 additions and 2 deletions

View file

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