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:
parent
1f15fc1e0a
commit
4e02ed5014
2 changed files with 6 additions and 1 deletions
|
@ -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>
|
||||
|
||||
* genmoddep.awk: Output all missing symbols and not only first.
|
||||
|
|
|
@ -418,7 +418,7 @@ unable_to_embed:
|
|||
|
||||
grub_util_warn (_("Embedding is not possible. GRUB can only be installed in this "
|
||||
"setup by using blocklists. However, blocklists are UNRELIABLE and "
|
||||
"its use is discouraged."));
|
||||
"their use is discouraged."));
|
||||
if (! force)
|
||||
grub_util_error (_("if you really want blocklists, use --force"));
|
||||
|
||||
|
|
Loading…
Reference in a new issue