locale_dir = grub_env_get ("locale_dir");
if (locale_dir == NULL)
{
- grub_printf ("locale_dir variable is not setted up.");
+ grub_printf ("locale_dir variable is not set up.");
return;
}
{
/* NOTE: Do not remove the trailing space characters.
They are required to clear the line. */
- const char *msg = _(" The highlighted entry will be booted automatically in %ds. ");
+ char *msg = " The highlighted entry will be booted automatically in %ds. ";
char *msg_end = grub_strchr (msg, '%');
grub_gotoxy (second_stage ? (msg_end - msg) : 0, GRUB_TERM_HEIGHT - 3);