Decrease number of strings to translate.

This commit is contained in:
Vladimir Serbinenko 2013-12-18 07:26:13 +01:00
parent 74fa9417e5
commit 57a691b7e7
12 changed files with 29 additions and 24 deletions

View file

@ -32,7 +32,7 @@ grub_osdep_dl_memalign (grub_size_t align, grub_size_t size)
void *ret;
if (align > 4096)
{
grub_error (GRUB_ERR_NOT_IMPLEMENTED_YET, N_("too large alignment"));
grub_error (GRUB_ERR_NOT_IMPLEMENTED_YET, "too large alignment");
return NULL;
}