Improve string. Gettextize.
This commit is contained in:
parent
78dde88e8c
commit
d61386e21d
64 changed files with 219 additions and 131 deletions
|
@ -541,7 +541,7 @@ grub_video_set_mode (const char *modestring,
|
|||
grub_free (modevar);
|
||||
|
||||
return grub_error (GRUB_ERR_BAD_ARGUMENT,
|
||||
"no suitable mode found");
|
||||
N_("no suitable video mode found"));
|
||||
}
|
||||
|
||||
/* Skip separator. */
|
||||
|
@ -705,7 +705,7 @@ grub_video_set_mode (const char *modestring,
|
|||
grub_free (modevar);
|
||||
|
||||
return grub_error (GRUB_ERR_BAD_ARGUMENT,
|
||||
"no suitable mode found");
|
||||
N_("no suitable video mode found"));
|
||||
}
|
||||
|
||||
/* Initialize Video API module. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue