2010-03-08 Matt Kraai <kraai@ftbfs.org>

* util/i386/pc/grub-setup.c (setup): Fix a grammatical error (Debian
	bug #559005).
This commit is contained in:
Matt Kraai 2010-03-08 22:20:02 +00:00 committed by Colin Watson
parent 1f15fc1e0a
commit 4e02ed5014
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2010-03-08 Matt Kraai <kraai@ftbfs.org>
* util/i386/pc/grub-setup.c (setup): Fix a grammatical error (Debian
bug #559005).
2010-03-07 Vladimir Serbinenko <phcoder@gmail.com> 2010-03-07 Vladimir Serbinenko <phcoder@gmail.com>
* genmoddep.awk: Output all missing symbols and not only first. * genmoddep.awk: Output all missing symbols and not only first.

View file

@ -418,7 +418,7 @@ unable_to_embed:
grub_util_warn (_("Embedding is not possible. GRUB can only be installed in this " grub_util_warn (_("Embedding is not possible. GRUB can only be installed in this "
"setup by using blocklists. However, blocklists are UNRELIABLE and " "setup by using blocklists. However, blocklists are UNRELIABLE and "
"its use is discouraged.")); "their use is discouraged."));
if (! force) if (! force)
grub_util_error (_("if you really want blocklists, use --force")); grub_util_error (_("if you really want blocklists, use --force"));