* grub-core/commands/hashsum.c (grub_cmd_hashsum): Remove dot at the end
of error message.
This commit is contained in:
parent
dd3907779e
commit
c6d542119d
2 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2012-03-10 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
|
* grub-core/commands/hashsum.c (grub_cmd_hashsum): Remove dot at the end
|
||||||
|
of error message.
|
||||||
|
|
||||||
2012-03-09 Vladimir Serbinenko <phcoder@gmail.com>
|
2012-03-09 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
* util/grub-install.in: Fix install non-PreP IEEE1275 install.
|
* util/grub-install.in: Fix install non-PreP IEEE1275 install.
|
||||||
|
@ -6,7 +11,7 @@
|
||||||
|
|
||||||
* grub-core/commands/i386/pc/sendkey.c (GRUB_MOD_INIT): Fix confusing
|
* grub-core/commands/i386/pc/sendkey.c (GRUB_MOD_INIT): Fix confusing
|
||||||
message.
|
message.
|
||||||
* util/grub-install.in: Fix anf gettextize error message.
|
* util/grub-install.in: Fix and gettextize error message.
|
||||||
|
|
||||||
2012-03-08 Vladimir Serbinenko <phcoder@gmail.com>
|
2012-03-08 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
|
|
|
@ -248,7 +248,7 @@ grub_cmd_hashsum (struct grub_extcmd_context *ctxt,
|
||||||
}
|
}
|
||||||
|
|
||||||
if (unread)
|
if (unread)
|
||||||
return grub_error (GRUB_ERR_TEST_FAILURE, "%d files couldn't be read.",
|
return grub_error (GRUB_ERR_TEST_FAILURE, "%d files couldn't be read",
|
||||||
unread);
|
unread);
|
||||||
return GRUB_ERR_NONE;
|
return GRUB_ERR_NONE;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue