Mark few forgotten strings for translation.

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2013-05-07 11:41:47 +02:00
parent e34092fdf1
commit d22840ec12
6 changed files with 14 additions and 8 deletions

View file

@ -301,7 +301,7 @@ static grub_command_t cmd;
GRUB_MOD_INIT(nativedisk)
{
cmd = grub_register_command ("nativedisk", grub_cmd_nativedisk, "[MODULE1 MODULE2 ...]",
cmd = grub_register_command ("nativedisk", grub_cmd_nativedisk, N_("[MODULE1 MODULE2 ...]"),
N_("Switch to native disk drivers. If no modules are specified default set (pata,ahci,usbms,ohci,uhci,ehci) is used"));
}