Final touches (don't gettextize a string, chang setted by set)

This commit is contained in:
Carles Pina i Estany 2009-11-22 21:41:33 +00:00
parent b6c871b0d7
commit 6e2621b9ff
2 changed files with 2 additions and 2 deletions

View file

@ -221,7 +221,7 @@ grub_gettext_init_ext (const char *lang)
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;
}