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

@ -145,7 +145,7 @@ grub_cmd_freedos (grub_command_t cmd __attribute__ ((unused)),
if (kernelsyssize > GRUB_FREEDOS_MAX_SIZE)
{
grub_error (GRUB_ERR_BAD_OS,
N_("file `%s' is too large"), argv[0]);
N_("the size of `%s' is too large"), argv[0]);
goto fail;
}