* grub-core/net/http.c: Add TRANSLATORS comments.
* grub-core/normal/cmdline.c: Likewise. * grub-core/normal/misc.c: Likewise. * grub-core/partmap/msdos.c: Likewise. * grub-core/parttool/msdospart.c: Likewise. * grub-core/script/execute.c: Likewise. * grub-core/script/main.c: Likewise. * grub-core/term/terminfo.c: Likewise. * grub-core/video/bitmap.c: Likewise. * util/grub-install.in: Likewise. * util/grub-mkimage.c: Likewise. * util/grub-mklayout.c: Likewise. * util/grub-setup.c: Likewise.
This commit is contained in:
parent
0fc19bd089
commit
ef292a8775
14 changed files with 49 additions and 1 deletions
|
@ -204,6 +204,8 @@ grub_video_bitmap_load (struct grub_video_bitmap **bitmap,
|
|||
}
|
||||
|
||||
return grub_error (GRUB_ERR_BAD_FILE_TYPE,
|
||||
/* TRANSLATORS: We're speaking about bitmap images like
|
||||
JPEG or PNG. */
|
||||
N_("bitmap file `%s' is of"
|
||||
" unsupported format"), filename);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue