Mark few forgotten strings for translation.
This commit is contained in:
parent
e34092fdf1
commit
d22840ec12
6 changed files with 14 additions and 8 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue