* grub-core/commands/acpi.c: Add TRANSLATORS comments.
* grub-core/commands/gptsync.c: Likewise. * grub-core/commands/hashsum.c: Likewise. * grub-core/commands/i386/pc/sendkey.c: Likewise. * grub-core/commands/legacycfg.c: Likewise. * grub-core/io/gzio.c: Likewise. * grub-core/net/net.c: Likewise. * grub-core/term/gfxterm.c: Likewise. * grub-core/term/terminfo.c: Likewise. * grub-core/tests/test_blockarg.c: Likewise. * grub-core/video/video.c: Likewise. * util/grub-install.in: Likewise. * util/grub-mkfont.c: Likewise.
This commit is contained in:
parent
b2b149cbbd
commit
bb51c6c647
14 changed files with 57 additions and 3 deletions
|
@ -1174,6 +1174,8 @@ test_zlib_header (grub_gzio_t gzio)
|
|||
/* Check that compression method is DEFLATE. */
|
||||
if ((cmf & 0xf) != DEFLATED)
|
||||
{
|
||||
/* TRANSLATORS: It's about given file having some strange format, not
|
||||
complete lack of gzip support. */
|
||||
grub_error (GRUB_ERR_BAD_COMPRESSED_DATA, N_("unsupported gzip format"));
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue